Correct dummyItems in FF and cleanup

svn-id: r22035
This commit is contained in:
Travis Howell 2006-04-19 11:54:38 +00:00
parent e97476621d
commit 18d0afaafd
5 changed files with 35 additions and 33 deletions

View file

@ -116,7 +116,7 @@ void SimonEngine::quickLoadOrSave() {
} else {
// Redraw Inventory
mouseOff();
drawIconArray(2, getItem1Ptr(), 0, 0);
drawIconArray(2, me(), 0, 0);
mouseOn();
// Reset engine?
setBitFlag(97, true);