From 889a4a96a36f8f8fc0708aea77c3a43285022f5d Mon Sep 17 00:00:00 2001 From: Penguinum Date: Fri, 24 Apr 2015 16:56:44 +0300 Subject: [PATCH] fix (unused variable) --- qcsrc/client/antiwall.qc | 1 - 1 file changed, 1 deletion(-) diff --git a/qcsrc/client/antiwall.qc b/qcsrc/client/antiwall.qc index f36ace74f..71268b0b8 100644 --- a/qcsrc/client/antiwall.qc +++ b/qcsrc/client/antiwall.qc @@ -62,7 +62,6 @@ void Ent_Antiwall_Remove() void Ent_Antiwall() { float f; - var .vector fld; InterpolateOrigin_Undo(); self.iflags = IFLAG_ANGLES | IFLAG_ORIGIN; -- 2.39.2