put back the ":" where it belongs
This commit is contained in:
parent
a6b93cacfb
commit
3502acd8d6
|
@ -11,9 +11,9 @@ class MapDisplay:
|
||||||
self.height = height
|
self.height = height
|
||||||
self.map = m
|
self.map = m
|
||||||
self.pad = curses.newpad(m.height, m.width+1)
|
self.pad = curses.newpad(m.height, m.width+1)
|
||||||
if self.settings.TEXTURE_PACK == 'ASCII'
|
if self.settings.TEXTURE_PACK == 'ASCII' :
|
||||||
self.textures = tp.ascii_textures
|
self.textures = tp.ascii_textures
|
||||||
if self.settings.TEXTURE_PACK == 'SQUIRREL'
|
if self.settings.TEXTURE_PACK == 'SQUIRREL' :
|
||||||
self.textures = tp.squirrel_textures
|
self.textures = tp.squirrel_textures
|
||||||
|
|
||||||
def update_pad(self):
|
def update_pad(self):
|
||||||
|
|
Loading…
Reference in New Issue