Searched refs:mapcolor_fchg (Results 1 – 9 of 9) sorted by relevance
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/ |
H A D | am_map.h | 85 extern int mapcolor_fchg; // line at floor height change color
|
H A D | am_map.c | 56 int mapcolor_fchg; // line at floor height change color variable 1244 AM_drawMline(&l, mapcolor_fchg); // floor level change in AM_drawWalls()
|
H A D | m_misc.c | 521 {"mapcolor_fchg", {&mapcolor_fchg, NULL}, {55, NULL},0,255, // lt brown
|
/dports/games/prboom/prboom-2.5.0/src/ |
H A D | am_map.h | 85 extern int mapcolor_fchg; // line at floor height change color
|
H A D | am_map.c | 57 int mapcolor_fchg; // line at floor height change color variable 1247 AM_drawMline(&l, mapcolor_fchg); // floor level change in AM_drawWalls()
|
H A D | m_misc.c | 586 {"mapcolor_fchg", {&mapcolor_fchg}, {55},0,255, // lt brown
|
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/ |
H A D | am_map.h | 115 extern int mapcolor_fchg; // line at floor height change color
|
H A D | am_map.c | 67 int mapcolor_fchg; // line at floor height change color variable 1582 AM_drawMline(&l, mapcolor_fchg); // floor level change in AM_drawWalls()
|
H A D | m_misc.c | 733 {"mapcolor_fchg", {&mapcolor_fchg}, {55},0,255, // lt brown
|