From 770313761870b3e68049fa894f097a8bbec80420 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Fri, 3 Aug 2007 06:35:35 +0000 Subject: added pickup sounds for the weapons --- datasrc/server.dts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'datasrc/server.dts') diff --git a/datasrc/server.dts b/datasrc/server.dts index aba31514..46a97bfc 100644 --- a/datasrc/server.dts +++ b/datasrc/server.dts @@ -1,3 +1,8 @@ +const array:int sound = sounds.* +const array:int weapon = weapons.* +const array:int gametype = playerstats.* +const array:int powerup = powerups.* + struct weapon { int firedelay = firedelay@1 int meleedamage = meleedamage@1 @@ -25,8 +30,3 @@ struct data_container { array:playerstats playerinfo = playerstats.* array:powerupinf powerupinfo = powerups.* } - -const array:int sound = sounds.* -const array:int weapon = weapons.* -const array:int gametype = playerstats.* -const array:int powerup = powerups.* \ No newline at end of file -- cgit 1.4.1