diff options
| author | Olle Rosenquist <phobos99@gmail.com> | 2007-07-21 21:47:10 +0000 |
|---|---|---|
| committer | Olle Rosenquist <phobos99@gmail.com> | 2007-07-21 21:47:10 +0000 |
| commit | 5f39523f4178430af93af8a7c17ffd9893f415a3 (patch) | |
| tree | 57ffdade12c8ddf868c793626f481d5b5da75366 /datasrc | |
| parent | 3566b15a2b0b14a4ca563bf58252a78a52fe7c4f (diff) | |
| download | zcatch-5f39523f4178430af93af8a7c17ffd9893f415a3.tar.gz zcatch-5f39523f4178430af93af8a7c17ffd9893f415a3.zip | |
Compile fix
Diffstat (limited to 'datasrc')
| -rw-r--r-- | datasrc/client.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/datasrc/client.dts b/datasrc/client.dts index e4ba4eaf..5c1c6b35 100644 --- a/datasrc/client.dts +++ b/datasrc/client.dts @@ -106,7 +106,7 @@ struct data_container { array:sprite sprites = sprites.*.* array:weapon weapons = weapons.* array:particleinfo particles = particles.* - array:projectileparticles projectileparticles = projectileparticles.* + array:projectileparticles projectileinfo = projectileparticles.* array:soundset sounds = sounds.* array:animation animations = animations.* @@ -119,3 +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.* \ No newline at end of file |