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:
parent
268629214b
commit
67c2103f3c
@ -195,7 +195,7 @@ ReadConfig ()
|
|||||||
* \brief Main frame update.
|
* \brief Main frame update.
|
||||||
*/
|
*/
|
||||||
static bool
|
static bool
|
||||||
UpdateFrame (void)
|
Update (void)
|
||||||
{
|
{
|
||||||
Rect clip, rcRect;
|
Rect clip, rcRect;
|
||||||
Uint32 phase;
|
Uint32 phase;
|
||||||
@ -409,7 +409,7 @@ HandleEvent (const SDL_Event & event)
|
|||||||
bool display = true;
|
bool display = true;
|
||||||
|
|
||||||
if (!g_pause)
|
if (!g_pause)
|
||||||
display = UpdateFrame ();
|
display = Update ();
|
||||||
|
|
||||||
if (!g_pEvent->IsMovie () && display)
|
if (!g_pEvent->IsMovie () && display)
|
||||||
g_pPixmap->Display ();
|
g_pPixmap->Display ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user