about summary refs log tree commit diff
path: root/datasrc/server.dts
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-06-12 10:51:48 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-06-12 10:51:48 +0000
commitf6c67c29cd10d41b877ee1319801edc01b625e72 (patch)
tree6ca26c44ac0218a57d078a6f72034f2924b44104 /datasrc/server.dts
parent0d3b988c1aed8f6b91879a801253db81a251a532 (diff)
downloadzcatch-f6c67c29cd10d41b877ee1319801edc01b625e72.tar.gz
zcatch-f6c67c29cd10d41b877ee1319801edc01b625e72.zip
large commit with loads of clean up. more is comming
Diffstat (limited to 'datasrc/server.dts')
-rw-r--r--datasrc/server.dts25
1 files changed, 0 insertions, 25 deletions
diff --git a/datasrc/server.dts b/datasrc/server.dts
deleted file mode 100644
index aa3e12fd..00000000
--- a/datasrc/server.dts
+++ /dev/null
@@ -1,25 +0,0 @@
-const array:int sound = sounds.*
-const array:int weapon = weapons.*
-const array:int powerup = powerups.*
-
-struct weapon {
-	int firedelay = firedelay@1
-	int meleedamage = meleedamage@1
-	int meleereach = meleereach@1
-	int ammoregentime = ammoregentime@1
-	int maxammo = maxammo@1
-	int duration = duration@1
-	int movetime = movetime@1
-	int velocity = velocity@1
-}
-
-struct powerupinf {
-	int amount = amount@1
-	int respawntime = respawntime@1
-	int startspawntime = startspawntime@1
-}
-
-struct data_container {
-	array:weapon weapons = weapons.*
-	array:powerupinf powerupinfo = powerups.*
-}