From 7cd9a23c0d11b451979aeea66a6bb325b2d31341 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 23 May 2010 17:03:16 +0000 Subject: Remove the unused SCI_GAME_WAS_RESTARTED_AT_LEAST_ONCE flag svn-id: r49161 --- engines/sci/engine/state.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/sci/engine/state.h') diff --git a/engines/sci/engine/state.h b/engines/sci/engine/state.h index cc7b371308..ad9de9e13e 100644 --- a/engines/sci/engine/state.h +++ b/engines/sci/engine/state.h @@ -76,8 +76,7 @@ enum { enum { SCI_GAME_IS_NOT_RESTARTING = 0, SCI_GAME_WAS_RESTARTED = 1, - SCI_GAME_IS_RESTARTING_NOW = 2, - SCI_GAME_WAS_RESTARTED_AT_LEAST_ONCE = 4 + SCI_GAME_IS_RESTARTING_NOW = 2 }; class FileHandle { -- cgit v1.2.3