/polymer/eduke32/source/lunatic/lunacon.lua |
2951,8 → 2951,8 |
starttrackvar = cmd(R) |
/ "_con._starttrack(%1)", |
|
cutscene = cmd(R) |
/ handle.NYI, |
-- cutscene = cmd(R) |
-- / handle.NYI, |
getmusicposition = cmd(W) |
/ "%1=_con._getmusicposition()", |
setmusicposition = cmd(R) |
/polymer/synthesis.sh |
190,8 → 190,8 |
|
if [ -n "$BUILD_LUNATIC" ]; then |
# clean the tree and build |
echo "${make64[@]}" LUNATIC=1 $clean all |
"${make64[@]}" LUNATIC=1 $clean all |
echo "${make64[@]}" LUNATIC=1 CPLUSPLUS=0 $clean all |
"${make64[@]}" LUNATIC=1 CPLUSPLUS=0 $clean all |
|
# make sure all the targets were produced |
verifytargets |