Background enabling code for new game screen - simplified edition.

This commit is contained in:
AnotherCommander 2013-12-19 15:47:53 +01:00
parent 6bd7a42997
commit 7bf19797ef

View File

@ -266,8 +266,7 @@ static uint16_t PersonalityForCommanderDict(NSDictionary *dict);
if (guiChanged) if (guiChanged)
{ {
NSDictionary *bgDescriptor = [UNIVERSE screenTextureDescriptorForKey:@"newgame"]; [gui setBackgroundTextureKey:@"newgame"];
[gui setBackgroundTextureDescriptor:bgDescriptor];
[gui setForegroundTextureKey:@"newgame_overlay"]; [gui setForegroundTextureKey:@"newgame_overlay"];
} }
} }