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:
helixhorned 2015-02-20 22:10:28 +00:00
parent 1bfdd54f81
commit 702f80cc17
2 changed files with 7 additions and 7 deletions

View file

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