diff options
Diffstat (limited to 'datasrc')
| -rw-r--r-- | datasrc/client.dts | 1 | ||||
| -rw-r--r-- | datasrc/server.dts | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/datasrc/client.dts b/datasrc/client.dts index edded536..93786646 100644 --- a/datasrc/client.dts +++ b/datasrc/client.dts @@ -81,4 +81,3 @@ const array:int image = images.* const array:int sprite = sprites.*.* const array:int anim = animations.* const array:int powerup = powerups.* -const array:int gametype = playerstats.* diff --git a/datasrc/server.dts b/datasrc/server.dts index f141ede0..aa3e12fd 100644 --- a/datasrc/server.dts +++ b/datasrc/server.dts @@ -1,7 +1,6 @@ const array:int sound = sounds.* const array:int weapon = weapons.* const array:int powerup = powerups.* -const array:int gametype = playerstats.* struct weapon { int firedelay = firedelay@1 |