May or may not fix a lack of AO stand animations caused by my last commit... probably does

This commit is contained in:
Lirusaito
2012-01-11 11:30:18 -05:00
parent d93f0bb56a
commit 09213950c3

View File

@@ -97,6 +97,7 @@ void agent_toggle_down( EKeystate s )
else
{
gAgent.moveUp(-1);
if(isCrouch) isCrouch=0;
}
}