diff options
Diffstat (limited to 'sp/src/vgui2/vgui_controls/AnimationController.cpp')
| -rw-r--r-- | sp/src/vgui2/vgui_controls/AnimationController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sp/src/vgui2/vgui_controls/AnimationController.cpp b/sp/src/vgui2/vgui_controls/AnimationController.cpp index 76a35250..6da33a38 100644 --- a/sp/src/vgui2/vgui_controls/AnimationController.cpp +++ b/sp/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); |