Background enabling code for new game screen - simplified edition.
This commit is contained in:
parent
6bd7a42997
commit
7bf19797ef
@ -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"];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user