From d27aaf4b3ece293d6cddf5281f10dbb12b601d01 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Thu, 14 Dec 2017 23:08:05 +0100 Subject: [PATCH] Cosmetic: remove stupid comment --- src/blupi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blupi.cxx b/src/blupi.cxx index c516ff2..0f13b6d 100644 --- a/src/blupi.cxx +++ b/src/blupi.cxx @@ -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)