mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-02 11:51:25 +00:00
gamedef.c: tweak g_keywdate[] entries.
git-svn-id: https://svn.eduke32.com/eduke32@5022 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
1bfdd54f81
commit
702f80cc17
2 changed files with 7 additions and 7 deletions
|
@ -95,9 +95,9 @@ static struct { uint32_t keyw; uint32_t date; } g_keywdate[] =
|
|||
{ CON_SCREENTEXT, 20130529 },
|
||||
{ CON_DYNAMICSOUNDREMAP, 20130530 },
|
||||
{ CON_SCREENSOUND, 20130628 },
|
||||
{ CON_SETMUSICPOSITION, 20150115 },
|
||||
{ CON_CUTSCENE, 20150117 },
|
||||
{ CON_IFCUTSCENE, 20150117 },
|
||||
{ CON_SETMUSICPOSITION, 20150116 },
|
||||
{ CON_UNDEFINELEVEL, 20150208 },
|
||||
{ CON_IFCUTSCENE, 20150210 },
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue