Home
last modified time | relevance | path

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

/dports/games/vultures-eye/vulture-2.3.67/slashem/win/gtk/
H A Dgtkmap.c260 no_layers = -1; in nh_conf_map_dimens()
267 no_layers = layers; in nh_conf_map_dimens()
960 for(k = 0; k < no_layers; k++) in nh_print_radar()
1044 for(k = 0; k < no_layers; k++) in nh_map_print_glyph_traditional()
1123 for(k = no_layers - 2; k >= 0; k--) in nh_map_print_glyph_tmp()
1129 for(k = 0; k < no_layers - 1; k++) in nh_map_print_glyph_tmp()
1139 for(k = 0; k < no_layers; k++) in nh_map_print_glyph_tmp()
1204 for(k = 0; k < no_layers - 1; k++) in nh_map_print_glyph_simple_tile()
1211 for(k = 0; k < no_layers; k++) in nh_map_print_glyph_simple_tile()
1260 for (k = 1; k < no_layers; k++) in GTK_ext_print_glyph()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/proxy/
H A Dwinproxy.c34 static int no_layers = MAX_LAYERS; variable
288 no_layers = level.flags.hero_memory ? 5 : 2;
295 proxy_mapwins[w].c_layers = no_layers;
297 EXT_INT(ROWNO), EXT_INT(COLNO), EXT_INT(no_layers), 0);
541 proxy_mapwins[w].c_layers != no_layers) {
544 proxy_mapwins[w].c_layers = no_layers;
547 EXT_INT(no_layers), 0);
550 no_layers, proxy_mapwins[w].gbuf_layers);
552 for(z = 0; z < no_layers; z++) {
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dp_arms.cpp445 static const uchar no_layers[] = { 1, 3, 5 }; in FireLevel23MGun() local
455 shot->mgun.nlayers = no_layers[level]; in FireLevel23MGun()
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A Dp_arms.cpp803 static const uint8_t no_layers[] = {1, 3, 5}; in FireLevel23MGun() local
813 shot->mgun.nlayers = no_layers[level]; in FireLevel23MGun()