Changeset 8842 for code/branches/ai2/data/gui
- Timestamp:
- Aug 14, 2011, 1:45:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai2/data/gui/scripts/QuestGUI.lua
r8838 r8842 264 264 window:setID(index) 265 265 hintsWindow:addChildWindow(window) 266 local description = P.questManager:get Description(hint)266 local description = P.questManager:getHintDescription(hint) 267 267 window:setText(description:getDescription()) 268 268 window:setSize(CEGUI.UVector2(CEGUI.UDim(1, -P.borderSize), CEGUI.UDim(1, 0)))
Note: See TracChangeset
for help on using the changeset viewer.