From 4739966e14ca2df24d4f44fb814b6275b9bf2a3c Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 24 Feb 2008 16:03:58 +0000 Subject: larger restructure to improve security --- src/game/g_game.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game/g_game.h') diff --git a/src/game/g_game.h b/src/game/g_game.h index a9fddde7..00870319 100644 --- a/src/game/g_game.h +++ b/src/game/g_game.h @@ -133,15 +133,15 @@ public: int hooked_player; int jumped; - player_input input; + NETOBJ_PLAYER_INPUT input; int triggered_events; void tick(); void move(); - void read(const obj_player_core *obj_core); - void write(obj_player_core *obj_core); + void read(const NETOBJ_PLAYER_CORE *obj_core); + void write(NETOBJ_PLAYER_CORE *obj_core); void quantize(); }; -- cgit 1.4.1