Skip to content

Commit 126fbc7

Browse files
Rename main initFunc
1 parent 4a7fea4 commit 126fbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soh/soh/Enhancements/ExtraModes/RandomizedEnemySizes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ static void RegisterFreezardHealthScale() {
8080
});
8181
}
8282

83-
static RegisterShipInitFunc initFunc(RegisterRandomizedEnemySizes, { CVAR_RANDO_ENEMY_SIZE_NAME });
83+
static RegisterShipInitFunc initFunc_EnemySizes(RegisterRandomizedEnemySizes, { CVAR_RANDO_ENEMY_SIZE_NAME });
8484
static RegisterShipInitFunc initFunc_Freezard(RegisterFreezardHealthScale,
8585
{ CVAR_RANDO_ENEMY_SIZE_NAME, CVAR_ENEMY_SCALE_HEALTH_NAME });

0 commit comments

Comments
 (0)