From 55ed12f8d1eb6887d348be03aee5573d44177ffb Mon Sep 17 00:00:00 2001 From: Michael Sartain Date: Thu, 2 Oct 2014 08:25:55 -0700 Subject: Updated the SDK with the latest code from the TF and HL2 branches. --- mp/src/vgui2/vgui_controls/AnimationController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp/src/vgui2/vgui_controls/AnimationController.cpp') diff --git a/mp/src/vgui2/vgui_controls/AnimationController.cpp b/mp/src/vgui2/vgui_controls/AnimationController.cpp index 76a35250..6da33a38 100644 --- a/mp/src/vgui2/vgui_controls/AnimationController.cpp +++ b/mp/src/vgui2/vgui_controls/AnimationController.cpp @@ -343,7 +343,7 @@ bool AnimationController::ParseScriptFile(char *pMem, int length) } // walk the commands - while (token && token[0]) + while (token[0]) { // get the command type pMem = ParseFile(pMem, token, NULL); -- cgit v1.2.3