BS1: 64-bit crash when menu appears

svn-id: r19290
This commit is contained in:
Robert Göffringmann 2005-10-26 05:06:52 +00:00
parent 490550a1a4
commit 0aaecdcf2f

View File

@ -96,7 +96,7 @@ Menu::Menu(Screen *pScreen, Mouse *pMouse) {
_objectBarStatus = MENU_CLOSED;
_fadeSubject = 0;
_fadeObject = 0;
for (cnt = 0; cnt < TOTAL_subjects; cnt++)
for (cnt = 0; cnt < 16; cnt++)
_subjects[cnt] = NULL;
for (cnt = 0; cnt < TOTAL_pockets; cnt++)
_objects[cnt] = NULL;