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

Cosmetic: remove stupid comment

This commit is contained in:
Mathieu Schroeter 2017-12-14 23:08:05 +01:00
parent 1db67ed200
commit d27aaf4b3e

View File

@ -983,7 +983,7 @@ DoInit (int argc, char * argv[], bool & exit)
// Load all cursors
g_pPixmap->LoadCursors (g_windowScale);
g_pPixmap->ChangeSprite (SPRITE_WAIT); // met le sablier maison
g_pPixmap->ChangeSprite (SPRITE_WAIT);
g_updateThread = new std::thread (CheckForUpdates);
if (g_bFullScreen)