share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author nemo
Tue, 28 Jun 2011 21:48:28 -0400
changeset 5352 7f57d0c7816a
parent 4513 1dd97c710f5a
child 8443 2debc9b9f917
permissions -rw-r--r--
Fix random weapons with per-hog ammo, fix ammo store loadout number in scripting for per-clan and per-hog ammo, add an advanced script hook into parsecommand to override values, add check for empty map in chSetMap, load script earlier in game params from frontend

file(GLOB luafiles *.lua)
file(GLOB cfgfiles *.cfg)

install(FILES
	${luafiles}
	${cfgfiles}
	DESTINATION ${SHAREPATH}Data/Scripts/Multiplayer)