mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Clang format
This commit is contained in:
parent
dc45d7a2cb
commit
69d2c77903
1 changed files with 3 additions and 1 deletions
|
@ -405,7 +405,9 @@ void EnSkj_Init(Actor* thisx, PlayState* play2) {
|
||||||
default:
|
default:
|
||||||
this->actor.params = type;
|
this->actor.params = type;
|
||||||
if (((this->actor.params != 0) && (this->actor.params != 1)) && (this->actor.params != 2)) {
|
if (((this->actor.params != 0) && (this->actor.params != 1)) && (this->actor.params != 2)) {
|
||||||
if (INV_CONTENT(ITEM_TRADE_ADULT) < ITEM_SAW && CVarGetInteger(CVAR_ENHANCEMENT("RandomizedEnemies"), ENEMY_RANDOMIZER_OFF) == ENEMY_RANDOMIZER_OFF) {
|
if (INV_CONTENT(ITEM_TRADE_ADULT) < ITEM_SAW &&
|
||||||
|
CVarGetInteger(CVAR_ENHANCEMENT("RandomizedEnemies"), ENEMY_RANDOMIZER_OFF) ==
|
||||||
|
ENEMY_RANDOMIZER_OFF) {
|
||||||
Actor_Kill(&this->actor);
|
Actor_Kill(&this->actor);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue