mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-14 20:00:49 +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.ohoriz = w.horiz;
|
||||||
w.ohorizoff = w.horizoff;
|
w.ohorizoff = w.horizoff;
|
||||||
w.resetadjustment();
|
w.resetadjustment();
|
||||||
w.settarget(0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return arc;
|
return arc;
|
||||||
|
|
Loading…
Reference in a new issue