mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
KenBuild: Fix OSD_SetParameters signature.
git-svn-id: https://svn.eduke32.com/eduke32@6417 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
092631ca0d
commit
599a18fe0b
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ int32_t app_main(int32_t argc, char const * const * argv)
|
||||||
NULL
|
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");
|
OSD_SetLogFile("testgame.log");
|
||||||
initprintf("%s %s\n", AppProperName, s_buildRev);
|
initprintf("%s %s\n", AppProperName, s_buildRev);
|
||||||
|
|
Loading…
Reference in a new issue