chiark / gitweb /
Somehow I let a couple of // comments get past me when I accepted
authorSimon Tatham <anakin@pobox.com>
Sat, 24 Feb 2007 17:34:21 +0000 (17:34 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 24 Feb 2007 17:34:21 +0000 (17:34 +0000)
this file. Remove them.

[originally from svn r7318]

galaxies.c

index 19d5624f1d7d1cd4162236b91b18625619e6c226..9e4f4fd588c47fc49224cbb7e2eb5e1695de3789 100644 (file)
@@ -1216,8 +1216,8 @@ generate:
     clear_game(state, 1);
     ntries++;
 
-    //generate_pass(state, rs, scratch, 10, GP_DOTS);
-    //generate_pass(state, rs, scratch, 100, 0);
+    /* generate_pass(state, rs, scratch, 10, GP_DOTS); */
+    /* generate_pass(state, rs, scratch, 100, 0); */
     generate_pass(state, rs, scratch, 100, GP_DOTS);
 
     game_update_dots(state);