Home
last modified time | relevance | path

Searched refs:PORTAL_CURSOR (Results 1 – 3 of 3) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DTileMap.cpp329 if (infoPoint->IsPortal() && !(infoPoint->Trapped & PORTAL_CURSOR)) { in GetInfoPoint()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DScriptable.h69 #define PORTAL_CURSOR 1 macro
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GameScript/
H A DActions.cpp6383 tar->Trapped|=PORTAL_CURSOR; in ActivatePortalCursor()
6385 tar->Trapped&=~PORTAL_CURSOR; in ActivatePortalCursor()