Small typo fix

This commit is contained in:
Drambique
2018-03-31 23:30:18 -04:00
committed by GitHub
parent 949b3b1343
commit f2afb18dbd
+1 -1
View File
@@ -494,7 +494,7 @@ to change our acceleration to the new acceleration:
::
var target = dir
# NEW CPDE. Replaces "target *= MAX_SPEED"
# NEW CODE. Replaces "target *= MAX_SPEED"
if is_sprinting:
target *= MAX_SPRINT_SPEED
else: