Home
last modified time | relevance | path

Searched refs:MAX_floors (Results 1 – 6 of 6) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dbarriers.h42 #define MAX_floors 48 macro
111 _animating_parent anim_parent_table[MAX_floors]; // storage
H A Dfloors.h89 PXreal floor_y_volume[MAX_floors]; // table of depths for floors
H A Dfloors.cpp78 if (total_floors > MAX_floors) // general legality check to catch corrupt files in ___init()
H A Dsession.h852 uint32 floor_to_camera_index[MAX_floors];
853 _floor_cam_list cam_floor_list[MAX_floors];
894 _local_history spectre_hist[MAX_floors];
H A Dcamera.cpp113 for (j = 0; j < MAX_floors; j++) in Build_camera_table()
H A Dbarriers.cpp555 for (j = 0; j < MAX_floors; j++) // reset the unassigned parents in ___init()