From fb5dcffff19c8bb5c516a6ddcaea397fb709194b Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Fri, 3 Dec 2004 22:39:55 +0000 Subject: Minor cleanup, one more time. Fixed a crash when returning to the launcher at the end of the game. I played FOTAQ (french) from the beginning to the end some hours ago, I haven't encountered any special problems/glitches (except the one mentionned above). svn-id: r15979 --- queen/queen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'queen/queen.h') diff --git a/queen/queen.h b/queen/queen.h index 5c8739d384..f3da0e8fb3 100644 --- a/queen/queen.h +++ b/queen/queen.h @@ -108,6 +108,7 @@ public: void update(bool checkPlayerInput = false); + bool canLoadOrSave(); void saveGameState(uint16 slot, const char *desc); void loadGameState(uint16 slot); void makeGameStateName(uint16 slot, char *buf); -- cgit v1.2.3