Code: Select all
Index: game/modules/tome/class/Game.lua
===================================================================
--- game/modules/tome/class/Game.lua (revision 3825)
+++ game/modules/tome/class/Game.lua (working copy)
@@ -382,7 +382,7 @@
print("[DISPLAY MODE] Tileset: "..gfx.tiles)
print("[DISPLAY MODE] Size: "..gfx.size)
- local do_bg = true
+ local do_bg = gfx.tiles == "ascii_full"
if gfx.size == "64x64" then
Map:setViewPort(216, 0, self.w - 216, (self.map_h_stop or 80) - 16, 64, 64, nil, 44, do_bg)
