mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
Stopped various filenames being translatable when they don't need to be
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user