From 45f55128b1c811bd2824e0acfbd5801fc78a2256 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Mon, 29 Nov 2010 17:42:08 +0000 Subject: HUGO: Add GMM save/load and RTL svn-id: r54576 --- engines/hugo/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo/game.h') diff --git a/engines/hugo/game.h b/engines/hugo/game.h index a4f450bfbf..3c88c4cafa 100644 --- a/engines/hugo/game.h +++ b/engines/hugo/game.h @@ -836,7 +836,6 @@ struct status_t { // Game status (not saved) go_t go_for; // Purpose of an automatic route int16 go_id; // Index of exit of object walking to fpath_t path; // Alternate path for saved files - int16 saveSlot; // Current slot to save/restore game int16 song; // Current song int16 cx, cy; // Cursor position (dib coords) @@ -847,6 +846,7 @@ struct status_t { // Game status (not saved) // bool mmtimeFl; // Multimedia timer supported // int16 screenWidth; // Desktop screen width // uint32 saveTick; // Time of last save in ticks +// int16 saveSlot; // Current slot to save/restore game }; struct config_t { // User's config (saved) -- cgit v1.2.3