Home
last modified time | relevance | path

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

/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A Dgame_window.cpp508 static bool hud_pict_not_found = false; in draw_panels() local
509 if (static_hud_pict == NULL && !hud_pict_not_found) { in draw_panels()
514 hud_pict_not_found = true; in draw_panels()
517 if (!hud_pict_not_found) { in draw_panels()
H A DHUDRenderer_OGL.cpp64 static bool hud_pict_not_found = false; // HUD backdrop picture not found, don't try again to load … variable
71 if (!HUD_Blitter.Loaded() && !hud_pict_not_found) { in OGL_DrawHUD()
73 hud_pict_not_found = true; in OGL_DrawHUD()