svn-id: r19759
This commit is contained in:
Travis Howell 2005-12-08 06:12:04 +00:00
parent 0db98bd46d
commit eaf4f2f6f4
8 changed files with 92 additions and 42 deletions

View file

@ -122,9 +122,9 @@ void SimonEngine::quick_load_or_save() {
sprintf(buf, "Failed to load game state to file:\n\n%s", filename);
} else {
// Redraw Inventory
lock();
mouseOff();
drawIconArray(2, getItem1Ptr(), 0, 0);
unlock();
mouseOn();
// Reset engine?
vc_set_bit_to(97, true);
sub = getSubroutineByID(100);