mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-04-03 12:40:06 +02: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…
x
Reference in New Issue
Block a user