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
|
@ -37,7 +37,6 @@ namespace Sci {
|
|||
|
||||
reg_t kRestartGame(EngineState *s, int argc, reg_t *argv) {
|
||||
s->restarting_flags |= SCI_GAME_IS_RESTARTING_NOW;
|
||||
s->restarting_flags &= ~SCI_GAME_WAS_RESTARTED_AT_LEAST_ONCE; // This appears to help
|
||||
|
||||
s->shrinkStackToBase();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue