Remove the unused SCI_GAME_WAS_RESTARTED_AT_LEAST_ONCE flag
svn-id: r49161
This commit is contained in:
parent
db74441d55
commit
7cd9a23c0d
4 changed files with 2 additions and 20 deletions
|
@ -1701,7 +1701,7 @@ static EngineState *_game_run(EngineState *&s) {
|
|||
send_selector(s, s->_gameObj, s->_gameObj, s->stack_base, 2, s->stack_base);
|
||||
|
||||
script_abort_flag = 0;
|
||||
s->restarting_flags = SCI_GAME_WAS_RESTARTED | SCI_GAME_WAS_RESTARTED_AT_LEAST_ONCE;
|
||||
s->restarting_flags = SCI_GAME_WAS_RESTARTED;
|
||||
|
||||
} else {
|
||||
successor = s->successor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue