Home
last modified time | relevance | path

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

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DMap.h351 DEBUG_SHOW_DOORS_DISABLED = 0x10, enumerator
352 DEBUG_SHOW_DOORS_ALL = (DEBUG_SHOW_DOORS|DEBUG_SHOW_DOORS_SECRET|DEBUG_SHOW_DOORS_DISABLED),
H A DMap.cpp1603 if (debugFlags & (DEBUG_SHOW_WALLS_ALL|DEBUG_SHOW_DOORS_DISABLED)) { in DrawMap()
1609 if (debugFlags & DEBUG_SHOW_DOORS_DISABLED) { in DrawMap()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/
H A DGameControl.cpp1075 DEBUG_SHOW_DOORS_DISABLED, in OnKeyRelease()