git » fp-git.git » commit 96ec3b9

ganimake project suspended

author ecalot
2004-06-11 20:48:41 UTC
committer ecalot
2004-06-11 20:48:41 UTC
parent 6ce5adcae582467f18110d1011e1f53f673eb379

ganimake project suspended

FP/src/main.c +1 -1

diff --git a/FP/src/main.c b/FP/src/main.c
index eecfed8..a2cb491 100644
--- a/FP/src/main.c
+++ b/FP/src/main.c
@@ -41,7 +41,7 @@ int main(int argc,char** argv) {
 	tGame game;
 	int playing;
 
-	/* Parse game */
+	/* Parse options */
 	game=parseFile("engine.dat");
 	if (!game) {
 		printf("Game couldn't be loaded\n");