diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-01-11 17:59:31 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-01-11 17:59:31 +0000 |
| commit | 035e7a94ffeb570842de33d773082c219452989e (patch) | |
| tree | c6e7d50f1c2ae11e4df08ed50a24b023cd5bfe35 /src/game/client/gameclient.hpp | |
| parent | b717297b630dbd1cf226d2b733950c272a85911f (diff) | |
| download | zcatch-035e7a94ffeb570842de33d773082c219452989e.tar.gz zcatch-035e7a94ffeb570842de33d773082c219452989e.zip | |
fixed the non-working dynamic nameplates
Diffstat (limited to 'src/game/client/gameclient.hpp')
| -rw-r--r-- | src/game/client/gameclient.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/client/gameclient.hpp b/src/game/client/gameclient.hpp index beb87b8e..041df10d 100644 --- a/src/game/client/gameclient.hpp +++ b/src/game/client/gameclient.hpp @@ -51,7 +51,6 @@ public: int servermode; vec2 local_character_pos; - vec2 local_target_pos; // predicted players CHARACTER_CORE predicted_prev_char; |