mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-06-10 14:17:11 +00:00
Code tidying with Rubocop
This commit is contained in:
@@ -35,7 +35,8 @@ class TrainerWalkingCharSprite < Sprite
|
||||
end
|
||||
end
|
||||
|
||||
def altcharset=(value) # Used for box icon in the naming screen
|
||||
# Used for the box icon in the naming screen.
|
||||
def altcharset=(value)
|
||||
@animbitmap&.dispose
|
||||
@animbitmap = nil
|
||||
@charset = pbResolveBitmap(value)
|
||||
|
||||
Reference in New Issue
Block a user