Browse Source

Oops

master
Julio Biason 15 years ago
parent
commit
44da09f8b2
  1. 2
      mitterlib/ui/ui_zork.py

2
mitterlib/ui/ui_zork.py

@ -74,7 +74,7 @@ class Interface(cmd.Cmd):
if line == 'current':
pass
elif line == 'next':
if self._cursor + 1 > len(self._message):
if self._cursor + 1 >= len(self._messages):
print 'There is no next message.'
print
return

Loading…
Cancel
Save