From 702f80cc17a4a6bc38725992478602ae37beab62 Mon Sep 17 00:00:00 2001 From: helixhorned Date: Fri, 20 Feb 2015 22:10:28 +0000 Subject: [PATCH] gamedef.c: tweak g_keywdate[] entries. git-svn-id: https://svn.eduke32.com/eduke32@5022 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/gamedef.c | 6 +++--- polymer/eduke32/source/lunatic/lunacon.lua | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/polymer/eduke32/source/gamedef.c b/polymer/eduke32/source/gamedef.c index d413c12d6..741343c7e 100644 --- a/polymer/eduke32/source/gamedef.c +++ b/polymer/eduke32/source/gamedef.c @@ -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 diff --git a/polymer/eduke32/source/lunatic/lunacon.lua b/polymer/eduke32/source/lunatic/lunacon.lua index 8ca6dfef3..fd02834c0 100644 --- a/polymer/eduke32/source/lunatic/lunacon.lua +++ b/polymer/eduke32/source/lunatic/lunacon.lua @@ -649,7 +649,7 @@ end function on.event_end(pos, eventidx, codetab) assert(type(codetab)=="table") -- 0x20000000: actor.FLAGS.chain_beg - paddcodef(pos, "gameevent{%d,0x20000000,function (_aci,_pli,_dist)", eventidx) + paddcodef(pos, "gameevent{%d,0x20000000,function(_aci,_pli,_dist)", eventidx) addcode(get_cache_sap_code()) addcode(codetab) addcode("end}") @@ -663,7 +663,7 @@ function on.eventloadactor_end(pos, tilenum, codetab) end -- Translate eventloadactor into a chained EVENT_LOADACTOR block - paddcodef(pos, "gameevent{'LOADACTOR', function (_aci,_pli,_dist)") + paddcodef(pos, "gameevent{'LOADACTOR',function(_aci,_pli,_dist)") addcode(get_cache_sap_code()) addcodef("if (%s==%d) then", SPS".picnum", tilenum) addcode(codetab) @@ -3086,13 +3086,13 @@ local Cif = { ifactorsound = cmd(R,R) / "_con._soundplaying(%1,%2)", ifcutscene = cmd(R) - / function (cs) + / function(cs) handle.NYI() return "false" end, ifp = (sp1 * tok.define)^1 - / function (...) return format("_con._ifp(%d,_pli,_aci)", bit.bor(...)) end, + / function(...) return format("_con._ifp(%d,_pli,_aci)", bit.bor(...)) end, ifsquished = cmd() / "_con._squished(_aci,_pli)", ifserver = cmd()