From abd71a1e241bf274b8e58d7ec8501fe69729bd96 Mon Sep 17 00:00:00 2001 From: helixhorned Date: Thu, 2 Jan 2014 00:08:41 +0000 Subject: [PATCH] synthesis.sh: include test/{damagehplane,shadexfog}.lua for BUILD_LUNATIC. git-svn-id: https://svn.eduke32.com/eduke32@4240 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/synthesis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/synthesis.sh b/polymer/synthesis.sh index 5ed4d01a0..6ccb0ec6c 100755 --- a/polymer/synthesis.sh +++ b/polymer/synthesis.sh @@ -107,7 +107,7 @@ function package_game_lunatic () mkdir -p ./lunatic/test cp $top/$source/source/lunatic/test.lua ./lunatic/ cp $top/$source/source/lunatic/test/test_{bitar,geom,rotspr}.lua ./lunatic/test/ - cp $top/$source/source/lunatic/test/{delmusicsfx,helixspawner}.lua ./lunatic/test/ + cp $top/$source/source/lunatic/test/{damagehplane,delmusicsfx,helixspawner,shadexfog}.lua ./lunatic/test/ } function package_sdk ()