From 535832668fceeec3b1d9b65065c4c1d428732551 Mon Sep 17 00:00:00 2001 From: Joshua Scoggins Date: Sun, 17 Apr 2016 23:04:12 -0700 Subject: [PATCH] Fixed a broken function call --- Sources/Engine/Engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Engine/Engine.cpp b/Sources/Engine/Engine.cpp index b266557..5c179a4 100644 --- a/Sources/Engine/Engine.cpp +++ b/Sources/Engine/Engine.cpp @@ -583,7 +583,7 @@ ENGINE_API void SE_InitEngine(const char *argv0, CTString strGameID) // report os info CPrintF(TRANSV("Examining underlying OS...\n")); - PlatformIdentfication(); + PlatformIdentification(); // !!! FIXME: Abstract this somehow. CPrintF("\n");