diff --git a/source/core/gameinput.cpp b/source/core/gameinput.cpp
index e8a7043b5..aba636e72 100644
--- a/source/core/gameinput.cpp
+++ b/source/core/gameinput.cpp
@@ -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;