Home
last modified time | relevance | path

Searched refs:SPR_DEMO (Results 1 – 5 of 5) sorted by relevance

/dports/games/bstone/bstone-1.1.9/src/
H A D3d_act2.cpp601 statetype s_ofs_pain = { 0, SPR_DEMO, 15, nullptr, nullptr, &s_ofs_chase1 };
608 statetype s_ofs_die5 = { 0, SPR_DEMO, 0, nullptr, nullptr, &s_ofs_die5 };
3014 statetype s_ofcstand = { 1, SPR_DEMO, 0, T_Stand, nullptr, &s_ofcstand };
3018 statetype s_ofcpath2 = { 1, SPR_DEMO, 15, T_Path, nullptr, &s_ofcpath3 };
3021 statetype s_ofcpath4 = { 1, SPR_DEMO, 15, T_Path, nullptr, &s_ofcpath1 };
3040 statetype s_ofcdie5 = { 0, SPR_DEMO, 0, nullptr, nullptr, &s_ofcdie5 };
3201 statetype s_prodie4 = { 0, SPR_DEMO, 0, nullptr, nullptr, &s_prodie4 };
3333 statetype s_blake1 = { 0, SPR_DEMO, 12, nullptr, nullptr, &s_blake2 };
3334 statetype s_blake2 = { 0, SPR_DEMO, 12, nullptr, nullptr, &s_blake3 };
3335 statetype s_blake3 = { 0, SPR_DEMO, 12, nullptr, nullptr, &s_blake4 };
[all …]
H A D3d_act1.cpp146 { SPR_DEMO, dressing, }, // 56 Spacer in initialize_static_info_constants()
H A Djm_tp.cpp150 { SPR_DEMO, pis_scaled, }, in initialize_tp_shape_table()
H A D3d_def.h417 extern int16_t SPR_DEMO;
H A D3d_main.cpp182 int16_t SPR_DEMO = 0; variable