Home
last modified time | relevance | path

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

/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/vt/
H A Dl_main.h48 this->textile16_count = 0; in TR_Level()
134 if(this->textile16_count) in ~TR_Level()
136 this->textile16_count = 0; in ~TR_Level()
473 uint32_t textile16_count; variable
H A Dl_tr3.cpp215 this->textile16_count = this->textile8_count; in read_tr3_level()
216 this->textile16 = (tr2_textile16_t*)malloc(this->textile16_count * sizeof(tr2_textile16_t)); in read_tr3_level()
217 for (i = 0; i < this->textile16_count; i++) in read_tr3_level()
H A Dl_tr2.cpp266 this->textile16_count = this->textile8_count; in read_tr2_level()
267 this->textile16 = (tr2_textile16_t*)malloc(this->textile16_count * sizeof(tr2_textile16_t)); in read_tr2_level()
268 for (i = 0; i < this->textile16_count; i++) in read_tr2_level()
H A Dl_tr5.cpp503 this->textile16_count = this->num_textiles; in read_tr5_level()
504 … this->textile16 = (tr2_textile16_t*)malloc(this->textile16_count * sizeof(tr2_textile16_t)); in read_tr5_level()
H A Dl_tr4.cpp425 this->textile16_count = this->num_textiles; in read_tr4_level()
426 … this->textile16 = (tr2_textile16_t*)malloc(this->textile16_count * sizeof(tr2_textile16_t)); in read_tr4_level()