d_a_am2 match

This commit is contained in:
LagoLunatic
2023-10-18 23:50:41 -04:00
parent 7f796fffa8
commit d347dcd89b
11 changed files with 1568 additions and 421 deletions
+2 -2
View File
@@ -339,7 +339,7 @@ public:
mCyl.SetStts(&mStts);
if(behavior == 0x8) {
if(0 < xRot) {
mTimer = xRot2 * 0x1E & 0xFFFF;
mTimer = xRot2 * 30 & 0xFFFF;
}
}
else if(behavior == 0xA && xRot2 == 4) {
@@ -1106,7 +1106,7 @@ BOOL daAgbsw0_c::ExeSubT() {
return true;
}
mTimer = 0x1E;
mTimer = 30;
}
else {
g_dComIfG_gameInfo.play.mCcS.Set(&mCyl);