Prepare for sync with the issue #37 bugfix branch.
[open-adventure.git] / advent.h
index 232032eeea012d766320957ca429d3e03152652b..fbdd580e4dd2b73220f730ac65fba556fd7157a8 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -232,7 +232,7 @@ extern int restore(FILE *);
 extern long initialise(void);
 extern int action(command_t command);
 extern void state_change(obj_t, int);
-extern bool is_valid(struct game_t *valgame);
+extern bool is_valid(struct game_t);
 
 void bug(enum bugtype, const char *) __attribute__((__noreturn__));