Home
last modified time | relevance | path

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

/dports/games/alephone/alephone-release-20190331/Source_Files/Files/
H A Dgame_wad.cpp1569 count = data_length/SIZEOF_line_data; in process_map_wad()
1570 assert(data_length == count*SIZEOF_line_data); in process_map_wad()
1926 line_count= data_length/SIZEOF_line_data; in allocate_map_structure_for_map()
1927 if(line_count*SIZEOF_line_data!=data_length) alert_corrupted_map(0x6c69); // 'li' in allocate_map_structure_for_map()
2007 { LINE_TAG, SIZEOF_line_data, true },
2028 { LINE_TAG, SIZEOF_line_data, true },
/dports/games/alephone/alephone-release-20190331/Source_Files/GameWorld/
H A Dmap_constructors.cpp1249 assert((S - Stream) == static_cast<ptrdiff_t>(Count*SIZEOF_line_data)); in unpack_line_data()
1276 assert((S - Stream) == static_cast<ptrdiff_t>(Count*SIZEOF_line_data)); in pack_line_data()
H A Dmap.h526 const int SIZEOF_line_data = 32; variable