Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dsession.cpp119 …if (sprintf(session_cluster, SESSION_CLUSTER_PATH, h_mission_name, session_h_name) > ENGINE_STRING… in ___init()
120 Fatal_error("_game_session::_game_session [%s] string overflow", session_cluster); in ___init()
122 session_cluster_hash = HashString(session_cluster); in ___init()
151 LoadSessionSounds(session_cluster); in ___init()
165 …ked_data_file *)private_session_resman->Res_open(temp_buf, buf_hash, session_cluster, session_clus… in ___init()
190 …ked_data_file *)private_session_resman->Res_open(temp_buf, buf_hash, session_cluster, session_clus… in ___init()
204 …ked_data_file *)private_session_resman->Res_open(temp_buf, buf_hash, session_cluster, session_clus… in ___init()
219 …ked_data_file *)private_session_resman->Res_open(temp_buf, buf_hash, session_cluster, session_clus… in ___init()
244 if (private_session_resman->Test_file(temp_buf, buf_hash, session_cluster, session_cluster_hash)) { in ___init()
254 …text = (_linked_data_file *)private_session_resman->Res_open(temp_buf, buf_hash, session_cluster, … in ___init()
[all …]
H A Dsession.h994 char session_cluster[ENGINE_STRING_LEN]; variable
1168 return ((const char *)session_cluster); in Fetch_session_cluster()