# HG changeset patch
# User Adam Kaminski <kaminskiadam9@gmail.com>
# Date 1635612169 14400
#      Sat Oct 30 12:42:49 2021 -0400
# Node ID 4bb902ba1a3a136838eaa9b9b1d6bb65742137af
# Parent  cabf1bdf2b08b88979a243502a0731a422dc3ead
Changed the object of the LastMoveCMD pointer member in CLIENT_s, from ClientCommand to ClientMoveCommand.

diff -r cabf1bdf2b08 -r 4bb902ba1a3a src/sv_main.h
--- a/src/sv_main.h	Thu Oct 28 23:00:43 2021 -0400
+++ b/src/sv_main.h	Sat Oct 30 12:42:49 2021 -0400
@@ -423,7 +423,7 @@
 	LONG			lLastBacktraceTic;
 
 	// [AK] The last movement command we received from this client.
-	ClientCommand	*LastMoveCMD;
+	ClientMoveCommand	*LastMoveCMD;
 
 	// We keep track of how many extra movement commands we get from the client. If it
 	// exceeds a certain level over time, we kick him.