diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-30 07:15:26 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-30 07:15:26 +0000 |
| commit | c919da6640a34d49cc128c8eed1ba383463bbc6f (patch) | |
| tree | e329cbc1095f92056f7d2e449442555dddb9e4cc /datasrc/client.dts | |
| parent | 0e7054a24abfe2074aa5bbc556205cf2381bb87a (diff) | |
| download | zcatch-c919da6640a34d49cc128c8eed1ba383463bbc6f.tar.gz zcatch-c919da6640a34d49cc128c8eed1ba383463bbc6f.zip | |
made stuff for ctf. all editor stuff for it is done. the ctf logic has to be written.
Diffstat (limited to 'datasrc/client.dts')
| -rw-r--r-- | datasrc/client.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/datasrc/client.dts b/datasrc/client.dts index 7b2cec99..61bacd54 100644 --- a/datasrc/client.dts +++ b/datasrc/client.dts @@ -119,5 +119,4 @@ const array:int sound = sounds.* const array:int image = images.* const array:int sprite = sprites.*.* const array:int anim = animations.* -const array:int gametype = playerstats.* -const array:int powerup = powerups.* \ No newline at end of file +const array:int powerup = powerups.* |