Home
last modified time | relevance | path

Searched refs:MAX_local_history (Results 1 – 2 of 2) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dsession.h104 #define MAX_local_history 3 macro
879 _local_history local_history[MAX_local_history];
H A Dplayer.cpp522 if (next_local == MAX_local_history) in fn_player()
525 if (local_history_count < MAX_local_history) in fn_player()