quick load/save isn't possible for simon1dmeo

svn-id: r11614
This commit is contained in:
Travis Howell 2003-12-13 13:46:58 +00:00
parent 270d1d2ca8
commit c976e7fda0

View file

@ -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];