Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 14, 2011, 1:45:06 PM (13 years ago)
Author:
dafrick
Message:

Renam to find bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ai2/data/gui/scripts/QuestGUI.lua

    r8838 r8842  
    264264    window:setID(index)
    265265    hintsWindow:addChildWindow(window)
    266     local description = P.questManager:getDescription(hint)
     266    local description = P.questManager:getHintDescription(hint)
    267267    window:setText(description:getDescription())
    268268    window:setSize(CEGUI.UVector2(CEGUI.UDim(1, -P.borderSize), CEGUI.UDim(1, 0)))
Note: See TracChangeset for help on using the changeset viewer.