mirror of
https://github.com/zeldaret/tp
synced 2026-09-03 10:09:35 -04:00
Work on Z2EnvSeMgr (#2059)
This commit is contained in:
@@ -257,7 +257,7 @@ public:
|
||||
}
|
||||
|
||||
void updateLifeTime(u32 param_0) {
|
||||
if (lifeTime < param_0) {
|
||||
if (param_0 > lifeTime) {
|
||||
lifeTime = param_0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user