Home
last modified time | relevance | path

Searched refs:am_grid (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Ddoomstat.h171 am_grid =16, // show grid enumerator
H A Dam_map.c669 automapmode ^= am_grid; // CPhipps in AM_Responder()
671 plr->message = (automapmode & am_grid) ? s_AMSTR_GRIDON : s_AMSTR_GRIDOFF; in AM_Responder()
1579 if (automapmode & am_grid) in AM_Drawer()
/dports/games/prboom/prboom-2.5.0/src/
H A Ddoomstat.h175 am_grid =16, // show grid enumerator
H A Dam_map.c672 automapmode ^= am_grid; // CPhipps in AM_Responder()
674 plr->message = (automapmode & am_grid) ? s_AMSTR_GRIDON : s_AMSTR_GRIDOFF; in AM_Responder()
1576 if (automapmode & am_grid) in AM_Drawer()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Ddoomstat.h184 am_grid =16, // show grid enumerator
H A Dam_map.c843 automapmode ^= am_grid; // CPhipps in AM_Responder()
845 plr->message = (automapmode & am_grid) ? s_AMSTR_GRIDON : s_AMSTR_GRIDOFF; in AM_Responder()
2103 if (automapmode & am_grid) in AM_Drawer()