about summary refs log tree commit diff
path: root/src/game/client/gc_render.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/gc_render.hpp')
-rw-r--r--src/game/client/gc_render.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gc_render.hpp b/src/game/client/gc_render.hpp
index 02bc224d..d819c194 100644
--- a/src/game/client/gc_render.hpp
+++ b/src/game/client/gc_render.hpp
@@ -66,7 +66,7 @@ void render_pickup(const struct NETOBJ_PICKUP *prev, const struct NETOBJ_PICKUP
 void render_projectile(const struct NETOBJ_PROJECTILE *current, int itemid);
 void render_laser(const struct NETOBJ_LASER *current);
 void render_player(
-	const struct NETOBJ_PLAYER_CHARACTER *prev_char, const struct NETOBJ_PLAYER_CHARACTER *player_char,
+	const struct NETOBJ_CHARACTER *prev_char, const struct NETOBJ_CHARACTER *player_char,
 	const struct NETOBJ_PLAYER_INFO *prev_info, const struct NETOBJ_PLAYER_INFO *player_info);
 	
 // map render methods (gc_render_map.cpp)