1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Cosmetic: rename because it's not just the frame

This commit is contained in:
Mathieu Schroeter 2018-08-08 18:37:40 +02:00
parent 268629214b
commit 67c2103f3c

View File

@ -195,7 +195,7 @@ ReadConfig ()
* \brief Main frame update.
*/
static bool
UpdateFrame (void)
Update (void)
{
Rect clip, rcRect;
Uint32 phase;
@ -409,7 +409,7 @@ HandleEvent (const SDL_Event & event)
bool display = true;
if (!g_pause)
display = UpdateFrame ();
display = Update ();
if (!g_pEvent->IsMovie () && display)
g_pPixmap->Display ();