aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unfinished/separate.c4
-rw-r--r--unfinished/slide.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/unfinished/separate.c b/unfinished/separate.c
index 2df4a5b..75f0f43 100644
--- a/unfinished/separate.c
+++ b/unfinished/separate.c
@@ -809,11 +809,11 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
}
#ifdef COMBINED
-#define thegame nullgame
+#define thegame separate
#endif
const struct game thegame = {
- "Null Game", NULL, NULL,
+ "Separate", NULL, NULL,
default_params,
game_fetch_preset,
decode_params,
diff --git a/unfinished/slide.c b/unfinished/slide.c
index cc341b8..d32473c 100644
--- a/unfinished/slide.c
+++ b/unfinished/slide.c
@@ -2304,7 +2304,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
}
#ifdef COMBINED
-#define thegame nullgame
+#define thegame slide
#endif
const struct game thegame = {