Stopped various filenames being translatable when they don't need to be

This commit is contained in:
Maruno17
2022-06-16 13:29:48 +01:00
parent 3238ff817c
commit 3d8e22690d
7 changed files with 21 additions and 21 deletions

View File

@@ -35,7 +35,7 @@ class TilePuzzleCursor < BitmapSprite
@arrows = []
@selected = false
@holding = false
@cursorbitmap = AnimatedBitmap.new(_INTL("Graphics/Pictures/Tile Puzzle/cursor"))
@cursorbitmap = AnimatedBitmap.new("Graphics/Pictures/Tile Puzzle/cursor")
update
end