diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-02-10 16:50:59 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-02-10 16:50:59 +0000 |
| commit | fb336cddbb081b11449e6e1e0cf18a2b8ffdfb68 (patch) | |
| tree | 8ff419e19322742f47b90ca7575f373005ac4453 /src/game/client/gc_hooks.cpp | |
| parent | 294cbe18c17cd20f70f965e7f89a3250ef39b990 (diff) | |
| download | zcatch-fb336cddbb081b11449e6e1e0cf18a2b8ffdfb68.tar.gz zcatch-fb336cddbb081b11449e6e1e0cf18a2b8ffdfb68.zip | |
added simple map downloading \o/
Diffstat (limited to 'src/game/client/gc_hooks.cpp')
| -rw-r--r-- | src/game/client/gc_hooks.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/client/gc_hooks.cpp b/src/game/client/gc_hooks.cpp index 4ab5cf6a..a6391007 100644 --- a/src/game/client/gc_hooks.cpp +++ b/src/game/client/gc_hooks.cpp @@ -394,7 +394,6 @@ extern "C" void modc_statechange(int state, int old) } } - obj_projectile extraproj_projectiles[MAX_EXTRA_PROJECTILES]; int extraproj_num; |