mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-15 01:22:59 -07:00
Restore QPA glitched damage (#1789)
This commit is contained in:
parent
328ff0e8c4
commit
8d57ef4bed
1 changed files with 6 additions and 1 deletions
|
@ -3597,7 +3597,12 @@ void func_80837948(PlayState* play, Player* this, s32 arg2) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((arg2 >= 16) && (arg2 < 20)) {
|
if ((arg2 >= 16) && (arg2 < 20)) {
|
||||||
flags = D_80854488[temp][1];
|
if (CVar_GetS32("gRestoreQPA", 1) && temp == -1) {
|
||||||
|
flags = 0x16171617;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
flags = D_80854488[temp][1];
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
flags = D_80854488[temp][0];
|
flags = D_80854488[temp][0];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue