graph_gui.c
changeset 2261 3f78323707bb
parent 2246 f25de67915ee
child 2436 177cb6a8339f
--- a/graph_gui.c	Mon Aug 01 13:01:14 2005 +0000
+++ b/graph_gui.c	Mon Aug 01 16:31:19 2005 +0000
@@ -936,8 +936,8 @@
 		for (i=0;i<NUM_SCORE;i++) {
 			y += 20;
     		val = _score_part[owner][i];
-    		needed = score_info[i].needed;
-    		score = score_info[i].score;
+    		needed = _score_info[i].needed;
+    		score = _score_info[i].score;
     		// SCORE_TOTAL has his own rulez ;)
     		if (i == SCORE_TOTAL) {
     			needed = total_score;