Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5580


Ignore:
Timestamp:
Jul 13, 2009, 9:45:16 PM (15 years ago)
Author:
rgrieder
Message:

Fixed lua 5.1, again. The timing of the last fixing was a bit unfortunate ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/gui/scripts/loadGUI_3.lua

    r5527 r5580  
    2828        loadedGUIs[filename] = loadedGui
    2929        -- if there has no GUI been loaded yet, set new GUI as current
    30         if #loadedGUIs == 1 then
     30        if table.getn(loadedGUIs) == 1 then
    3131            current = loadedGUIs[1]
    3232            showing = false
Note: See TracChangeset for help on using the changeset viewer.