mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Take out some lurking "nullgame" holdovers from unfinished puzzle
source files, in case they cause trouble. Spotted by Lee Dowling. [originally from svn r8300]
This commit is contained in:
@ -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,
|
||||
|
@ -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 = {
|
||||
|
Reference in New Issue
Block a user