Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2011, 11:02:50 PM (13 years ago)
Author:
dafrick
Message:

Apparently this bug was already fixed by landauf in the trunk. So let's fix it here, the same way he did.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/data/gui/scripts/SheetManager.lua

    r8581 r8584  
    220220    if bInGameConsoleClosed == true then
    221221        bInGameConsoleClosed = false
    222         if activeMenuSheets.size > 0 and activeMenuSheets[1].sheet.name == "MainMenu" then
     222        if activeMenuSheets[i] and activeMenuSheets[1].sheet.name == "MainMenu" then
    223223            return
    224224        end
Note: See TracChangeset for help on using the changeset viewer.