From 0305e0ba17681a43053d1f948ef90cf203b1d640 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Wed, 17 Oct 2012 23:16:19 +0200 Subject: Restext rewrite to runtime initialized arrays --- src/app/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/app/main.cpp') diff --git a/src/app/main.cpp b/src/app/main.cpp index 45871b7..e621065 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -74,6 +74,8 @@ int main(int argc, char *argv[]) { CLogger logger; // Create the logger + InitializeRestext(); // Initialize translation strings + logger.Info("Colobot starting\n"); CApplication app; // single instance of the application -- cgit v1.2.3-1-g7c22