Address another review comment

This commit is contained in:
jonschz 2025-01-25 23:20:47 +01:00
parent e143dce330
commit 16229ad0a9

View File

@ -454,9 +454,6 @@ void RegistrationBook::ReadyWorld()
} }
} }
// TODO: Remove this one if the function mismatches again
(void)0;
#ifdef BETA10 #ifdef BETA10
InfocenterState* infocenterState = (InfocenterState*) GameState()->GetState("InfocenterState"); InfocenterState* infocenterState = (InfocenterState*) GameState()->GetState("InfocenterState");
assert(infocenterState); assert(infocenterState);