oldloader.c
changeset 410 8de2aaf20800
parent 392 3657d06c6564
child 436 6d8fb39a154f
--- a/oldloader.c	Sun Nov 14 18:20:40 2004 +0000
+++ b/oldloader.c	Sun Nov 14 19:44:06 2004 +0000
@@ -1026,7 +1026,7 @@
 	} while (n++,o++,i++,--num);
 }
 
-void FixGameDifficulty(GameDifficulty *n, OldGameSettings *o)
+static void FixGameDifficulty(GameDifficulty *n, OldGameSettings *o)
 {
 	n->max_no_competitors = o->max_no_competitors;
 	n->competitor_start_time = o->competitor_start_time;