Back to the Vavoom Forum Archives
Crimson Wizard
SurvivalStartingWave.Visible = (GameTypes[newValue] == HexenDefs::game_survival);SurvivalStartingWave is of class MenuChoiceEnum, GameTypes is a common (constant-size) array of ints. Compiler failed with following message: "Multiple address off" (it was all of it).