diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-10 19:36:05 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-10 19:36:05 +0000 |
| commit | e7241d743cbd73b2950ce73daba35491a47735ea (patch) | |
| tree | b479fdb0380557909f791052fb094ad336318610 /src/game/client/gc_client.h | |
| parent | 3f3e1715114c8f1af1b4128afac0b0699870ae68 (diff) | |
| download | zcatch-e7241d743cbd73b2950ce73daba35491a47735ea.tar.gz zcatch-e7241d743cbd73b2950ce73daba35491a47735ea.zip | |
fixed the ninja rendering
Diffstat (limited to 'src/game/client/gc_client.h')
| -rw-r--r-- | src/game/client/gc_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gc_client.h b/src/game/client/gc_client.h index 48313765..5c89dc61 100644 --- a/src/game/client/gc_client.h +++ b/src/game/client/gc_client.h @@ -146,6 +146,7 @@ void effect_air_jump(vec2 pos); void effect_damage_indicator(vec2 pos, vec2 dir); void effect_playerspawn(vec2 pos); void effect_playerdeath(vec2 pos); +void effect_powerupshine(vec2 pos, vec2 size); // particles struct particle |