Home
last modified time | relevance | path

Searched refs:ONCE_PER_GAME (Results 1 – 8 of 8) sorted by relevance

/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Dsound.c159 error_once_message(ONCE_PER_GAME, __FUNCTION__, in _SFX_cache_allocate_slot()
270 error_once_message(ONCE_PER_GAME, __FUNCTION__, in _channel_done()
279 error_once_message(ONCE_PER_GAME, __FUNCTION__, in _channel_done()
570 error_once_message(ONCE_PER_GAME, __FUNCTION__, in play_sound()
H A Dsavestruct_internal.h139 error_once_message(ONCE_PER_GAME, __FUNCTION__, "Field \"%s\" not found", PLEASE_INFORM, t);\
140 alert_once_window(ONCE_PER_GAME, _("An error occurred when trying to load the savegame.\n"\
H A Dobstacle.c163 alert_once_window(ONCE_PER_GAME, in add_obstacle()
201 alert_once_window(ONCE_PER_GAME, in move_obstacle()
H A Dinit.c202 error_once_message(ONCE_PER_GAME, __FUNCTION__, in PlayATitleFile()
225 error_once_message(ONCE_PER_GAME, __FUNCTION__, in PlayATitleFile()
230 error_once_message(ONCE_PER_GAME, __FUNCTION__, in PlayATitleFile()
H A Dbullet.c114 error_once_message(ONCE_PER_GAME, __FUNCTION__, in find_free_melee_shot_index()
573 error_once_message(ONCE_PER_GAME, __FUNCTION__, in find_free_bullet_index()
H A Dmap.c1146 alert_once_window(ONCE_PER_GAME, in decode_level()
1358 error_once_message(ONCE_PER_GAME, __FUNCTION__, in encode_obstacles_of_this_level()
1369 alert_once_window(ONCE_PER_GAME, in encode_obstacles_of_this_level()
H A Dtext_public.c169 if (stored_item->when == ONCE_PER_GAME) { in clean_error_msg_store()
H A Ddefs.h76 ONCE_PER_GAME = 1 // Redisplay the alert if a new savegame was loaded since last time. enumerator