This commit is contained in:
LagoLunatic
2026-05-07 16:54:44 -04:00
parent 6d4db5adc7
commit 333ea2f775
10 changed files with 39 additions and 41 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ cPhs_State daIkari_c::_create() {
160.0f * scaleX, 100.0f * scaleX, 600.0f * scaleX);
fopAcM_setCullSizeFar(this, 10.0f);
mTimer = (short)(int)cM_rndF(32768.0f);
mTimer = (s16)(int)cM_rndF(32768.0f);
}
}