quick load/save isn't possible for simon1dmeo
svn-id: r11614
This commit is contained in:
parent
270d1d2ca8
commit
c976e7fda0
1 changed files with 5 additions and 0 deletions
|
@ -4788,6 +4788,11 @@ void SimonEngine::shutdown() {
|
|||
}
|
||||
|
||||
void SimonEngine::quick_load_or_save() {
|
||||
// simon1demo subroutines are missing too many segments
|
||||
// original demo didn't allow load or save either.
|
||||
if (_game == GAME_SIMON1DEMO)
|
||||
return;
|
||||
|
||||
bool success;
|
||||
char buf[256];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue