diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-07 22:00:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-07 22:00:29 +0300 |
commit | 344a88446cc1e15780de41c1187f40d18de7b60e (patch) | |
tree | 06173ee66396951b39cf6b8099898b3c7b35cf9c /src/resources/beinginfo.cpp | |
parent | ad6c177a459cf5afb3ad88169d8ba6b1c47fff93 (diff) | |
download | plus-344a88446cc1e15780de41c1187f40d18de7b60e.tar.gz plus-344a88446cc1e15780de41c1187f40d18de7b60e.tar.bz2 plus-344a88446cc1e15780de41c1187f40d18de7b60e.tar.xz plus-344a88446cc1e15780de41c1187f40d18de7b60e.zip |
Adjust default missile particle lifetime.
Diffstat (limited to 'src/resources/beinginfo.cpp')
-rw-r--r-- | src/resources/beinginfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/beinginfo.cpp b/src/resources/beinginfo.cpp index 93d8a5d4b..f077beada 100644 --- a/src/resources/beinginfo.cpp +++ b/src/resources/beinginfo.cpp @@ -55,7 +55,7 @@ Attack *BeingInfo::empty = new Attack(SpriteAction::ATTACK, 32.0F, 7.0F, 8.0F, - 3000); + 500); BeingInfo::BeingInfo() : mDisplay(), |