Home
last modified time | relevance | path

Searched refs:MAP_FLAG_DISABLEOPENING (Results 1 – 3 of 3) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dbuttons.cpp374 strcpy(mapflagtext[MAP_FLAG_DISABLEOPENING], "[x]"); in buttonNew()
378 strcpy(mapflagtext[MAP_FLAG_DISABLEOPENING], "[ ]"); in buttonNew()
504 if ( !strncmp(mapflagtext[MAP_FLAG_DISABLEOPENING], "[x]", 3) ) in buttonNewConfirm()
1238 strcpy(mapflagtext[MAP_FLAG_DISABLEOPENING], "[x]"); in buttonAttributes()
1242 strcpy(mapflagtext[MAP_FLAG_DISABLEOPENING], "[ ]"); in buttonAttributes()
1420 if ( !strncmp(mapflagtext[MAP_FLAG_DISABLEOPENING], "[x]", 3) ) in buttonAttributesConfirm()
H A Dmain.hpp387 static const int MAP_FLAG_DISABLEOPENING = 16; variable
H A Deditor.cpp2904 printText(font8x8_bmp, start_x3, start_y + pad_y1, mapflagtext[MAP_FLAG_DISABLEOPENING]); in main()
3069 if ( !strncmp(mapflagtext[MAP_FLAG_DISABLEOPENING], "[x]", 3) ) in main()
3071 strcpy(mapflagtext[MAP_FLAG_DISABLEOPENING], "[ ]"); in main()
3075 strcpy(mapflagtext[MAP_FLAG_DISABLEOPENING], "[x]"); in main()