Home
last modified time | relevance | path

Searched refs:CONTROLS_LUMP_START (Results 1 – 4 of 4) sorted by relevance

/dports/games/bstone/bstone-1.1.9/src/
H A Dgfxv.h35 extern int16_t CONTROLS_LUMP_START;
H A D3d_main.cpp4821 int16_t CONTROLS_LUMP_START = 0; variable
5382 CONTROLS_LUMP_START = C_NOTSELECTEDPIC; in initialize_gfxv_contants()
5623 CONTROLS_LUMP_START = C_NOTSELECTEDPIC; in initialize_gfxv_contants()
5871 CONTROLS_LUMP_START = C_NOTSELECTEDPIC; in initialize_gfxv_contants()
6123 CONTROLS_LUMP_START = C_NOTSELECTEDPIC; in initialize_gfxv_contants()
6405 CONTROLS_LUMP_START = C_NOTSELECTEDPIC; in initialize_gfxv_contants()
H A D3d_menu.cpp3665 UnCacheLump(CONTROLS_LUMP_START, CONTROLS_LUMP_END); in ControlPanelFree()
3675 CacheLump(CONTROLS_LUMP_START, CONTROLS_LUMP_END); in ControlPanelAlloc()
H A Djm_tp.cpp2609 for (loop = STARTPICS; loop < CONTROLS_LUMP_START; loop++) { in TP_PurgeAllGfx()