Clarified GameImage "skinnable" field as "beatmap-skinnable".
Renamed some methods and modified comments to avoid this confusion, as game skins were implemented much later than beatmap skins. Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
@@ -247,7 +247,7 @@ public class GameRanking extends BasicGameState {
|
||||
if (data.isGameplay())
|
||||
songMenu.resetTrackOnLoad();
|
||||
songMenu.resetGameDataOnLoad();
|
||||
if (UI.getCursor().isSkinned())
|
||||
if (UI.getCursor().isBeatmapSkinned())
|
||||
UI.getCursor().reset();
|
||||
game.enterState(Opsu.STATE_SONGMENU, new FadeOutTransition(Color.black), new FadeInTransition(Color.black));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user