Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dbuttons.cpp324 if ( map.flags[MAP_FLAG_DISABLEMONSTERS] > 0 ) in buttonNew()
326 strcpy(mapflagtext[MAP_FLAG_DISABLEMONSTERS], "[x]"); in buttonNew()
330 strcpy(mapflagtext[MAP_FLAG_DISABLEMONSTERS], "[ ]"); in buttonNew()
459 else if ( z == MAP_FLAG_DISABLEMONSTERS ) in buttonNewConfirm()
463 map.flags[MAP_FLAG_DISABLEMONSTERS] = 1; in buttonNewConfirm()
467 map.flags[MAP_FLAG_DISABLEMONSTERS] = 0; in buttonNewConfirm()
1269 if ( map.flags[MAP_FLAG_DISABLEMONSTERS] > 0 ) in buttonAttributes()
1271 strcpy(mapflagtext[MAP_FLAG_DISABLEMONSTERS], "[x]"); in buttonAttributes()
1275 strcpy(mapflagtext[MAP_FLAG_DISABLEMONSTERS], "[ ]"); in buttonAttributes()
1443 map.flags[MAP_FLAG_DISABLEMONSTERS] = 1; in buttonAttributesConfirm()
[all …]
H A Dmain.hpp366 static const int MAP_FLAG_DISABLEMONSTERS = 2; variable
H A Deditor.cpp2853 printText(font8x8_bmp, start_x3, start_y + pad_y1, mapflagtext[MAP_FLAG_DISABLEMONSTERS]); in main()
2997 if ( !strncmp(mapflagtext[MAP_FLAG_DISABLEMONSTERS], "[x]", 3) ) in main()
2999 strcpy(mapflagtext[MAP_FLAG_DISABLEMONSTERS], "[ ]"); in main()
3003 strcpy(mapflagtext[MAP_FLAG_DISABLEMONSTERS], "[x]"); in main()
H A Dmaps.cpp797 if ( map.flags[MAP_FLAG_DISABLEMONSTERS] == true ) in generateDungeon()
1237 if ( tempMap->flags[MAP_FLAG_DISABLEMONSTERS] == 1 ) in generateDungeon()