diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/being/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 393e45dd6..af989ff65 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -1541,7 +1541,7 @@ void Being::logic() case BeingAction::PRESTAND: { - if (get_elapsed_time(mPreStandTime) > 100) + if (get_elapsed_time1(mPreStandTime) > 10) setAction(BeingAction::STAND, 0); break; } |