KenBuild: Fix OSD_SetParameters signature.

git-svn-id: https://svn.eduke32.com/eduke32@6417 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2017-08-06 13:44:36 +00:00
parent 092631ca0d
commit 599a18fe0b
1 changed files with 1 additions and 1 deletions

View File

@ -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);