mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- gameinput.cpp: Don't set a target when serialising PlayerHorizon
struct.
* Fixes #131.
This commit is contained in:
parent
63cb7dd2bd
commit
c98f7ac491
1 changed files with 0 additions and 1 deletions
|
@ -387,7 +387,6 @@ FSerializer& Serialize(FSerializer& arc, const char* keyname, PlayerHorizon& w,
|
|||
w.ohoriz = w.horiz;
|
||||
w.ohorizoff = w.horizoff;
|
||||
w.resetadjustment();
|
||||
w.settarget(0);
|
||||
}
|
||||
}
|
||||
return arc;
|
||||
|
|
Loading…
Reference in a new issue