diff --git a/source/kenbuild/src/game.cpp b/source/kenbuild/src/game.cpp index 4eeaebe4c..b769daf08 100644 --- a/source/kenbuild/src/game.cpp +++ b/source/kenbuild/src/game.cpp @@ -464,7 +464,7 @@ int32_t app_main(int32_t argc, char const * const * argv) NULL ); - OSD_SetParameters(0,2, 0,0, 4,0); + OSD_SetParameters(0,2, 0,0, 4,0, 0, 0, 0); // TODO: Add error and red palookup IDs. OSD_SetLogFile("testgame.log"); initprintf("%s %s\n", AppProperName, s_buildRev);