Home
last modified time | relevance | path

Searched refs:MULTIPLAYER_ITEMS (Results 1 – 9 of 9) sorted by relevance

/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dmenu.c2121 #define MULTIPLAYER_ITEMS 2 macro
2165 if (++m_multiplayer_cursor >= MULTIPLAYER_ITEMS) in M_MultiPlayer_Key()
2172 m_multiplayer_cursor = MULTIPLAYER_ITEMS - 1; in M_MultiPlayer_Key()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dmenu.c664 #define MULTIPLAYER_ITEMS 3 macro
709 if (++m_multiplayer_cursor >= MULTIPLAYER_ITEMS) in M_MultiPlayer_Key()
717 m_multiplayer_cursor = MULTIPLAYER_ITEMS - 1; in M_MultiPlayer_Key()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dmenu.c604 #define MULTIPLAYER_ITEMS 3 macro
647 if (++m_multiplayer_cursor >= MULTIPLAYER_ITEMS) in M_MultiPlayer_Key()
654 m_multiplayer_cursor = MULTIPLAYER_ITEMS - 1; in M_MultiPlayer_Key()
/dports/games/tenebrae/tenebrae_0/
H A Dmenu.c702 #define MULTIPLAYER_ITEMS 3 macro
743 if (++m_multiplayer_cursor >= MULTIPLAYER_ITEMS) in M_MultiPlayer_Key()
750 m_multiplayer_cursor = MULTIPLAYER_ITEMS - 1; in M_MultiPlayer_Key()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dmenu.c802 #define MULTIPLAYER_ITEMS 3 macro
843 if (++m_multiplayer_cursor >= MULTIPLAYER_ITEMS) in M_MultiPlayer_Key()
850 m_multiplayer_cursor = MULTIPLAYER_ITEMS - 1; in M_MultiPlayer_Key()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dmenu.c1360 #define MULTIPLAYER_ITEMS 5 macro
1412 if (++m_multiplayer_cursor >= MULTIPLAYER_ITEMS) in M_MultiPlayer_Key()
1419 m_multiplayer_cursor = MULTIPLAYER_ITEMS - 1; in M_MultiPlayer_Key()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dmenu.c1153 #define MULTIPLAYER_ITEMS 3 macro
1174 for (f = 1; f <= MULTIPLAYER_ITEMS; f++) in M_MultiPlayer_Draw()
1202 if (++m_multiplayer_cursor >= MULTIPLAYER_ITEMS) in M_MultiPlayer_Key()
1209 m_multiplayer_cursor = MULTIPLAYER_ITEMS - 1; in M_MultiPlayer_Key()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dmenu.c1197 #define MULTIPLAYER_ITEMS 3 macro
1219 for (f = 1; f <= MULTIPLAYER_ITEMS; f++) in M_MultiPlayer_Draw()
1247 if (++m_multiplayer_cursor >= MULTIPLAYER_ITEMS) in M_MultiPlayer_Key()
1254 m_multiplayer_cursor = MULTIPLAYER_ITEMS - 1; in M_MultiPlayer_Key()
/dports/games/darkplaces/darkplaces/
H A Dmenu.c1197 #define MULTIPLAYER_ITEMS 3 macro
1219 for (f = 1; f <= MULTIPLAYER_ITEMS; f++) in M_MultiPlayer_Draw()
1247 if (++m_multiplayer_cursor >= MULTIPLAYER_ITEMS) in M_MultiPlayer_Key()
1254 m_multiplayer_cursor = MULTIPLAYER_ITEMS - 1; in M_MultiPlayer_Key()