mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 02:20:25 +01:00
Fixed a broken function call
This commit is contained in:
parent
e5c0e4f3f4
commit
535832668f
|
@ -583,7 +583,7 @@ ENGINE_API void SE_InitEngine(const char *argv0, CTString strGameID)
|
||||||
// report os info
|
// report os info
|
||||||
CPrintF(TRANSV("Examining underlying OS...\n"));
|
CPrintF(TRANSV("Examining underlying OS...\n"));
|
||||||
|
|
||||||
PlatformIdentfication();
|
PlatformIdentification();
|
||||||
// !!! FIXME: Abstract this somehow.
|
// !!! FIXME: Abstract this somehow.
|
||||||
|
|
||||||
CPrintF("\n");
|
CPrintF("\n");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user