]> git.sesse.net Git - ccbs/commitdiff
Typofix.
authorSteinar H. Gunderson <sesse@samfundet.no>
Sat, 19 Feb 2005 16:35:15 +0000 (16:35 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Sat, 19 Feb 2005 16:35:15 +0000 (16:35 +0000)
bigscreen/groupscreen.cpp

index 2827a6af3a111121e515b30db3ee0409820290bd..6e59053d6b8ed79a35acf8473e6021df27d5c356 100644 (file)
@@ -3,7 +3,7 @@
 #include "fonts.h"
 
 GroupScreen::GroupScreen(pqxx::connection &conn, unsigned tournament, unsigned round, unsigned parallel)
-       : tournament(tournament), round(tournament), parallel(parallel), scores_changed(conn, "scores"), conn(conn), valid(false)
+       : tournament(tournament), round(round), parallel(parallel), scores_changed(conn, "scores"), conn(conn), valid(false)
 {
 }