From 09cf69f7ae2f8bc89d4be9b5ad7d9fdb3f331cc3 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 13 Feb 2011 18:12:23 +0100 Subject: [PATCH] Remove unnecessary delay while initialising. --- src/init.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/init.cpp b/src/init.cpp index 779a255..46ac381 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -340,8 +340,6 @@ void initSystem() snprintf(tempPath, sizeof tempPath, "%sfont.ttf", engine.userHomeDirectory); remove(tempPath); - SDL_Delay(1000); // wait one second, just to be sure! - if (!engine.unpack("data/vera.ttf", PAK_FONT)) { engine.reportFontFailure(); -- 2.39.5