This commit is contained in:
chrys 2017-06-30 21:13:02 +02:00
parent ded4e84699
commit 826b981aba
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,6 @@ class command():
return return
# More than just a deletion happend # More than just a deletion happend
if self.env['runtime']['screenManager'].isDelta(): if self.env['runtime']['screenManager'].isDelta():
return return
# no deletion # no deletion

View File

@ -54,6 +54,7 @@ class fenrirManager():
if eventReceived: if eventReceived:
self.prepareCommand() self.prepareCommand()
if not (self.wasCommand or self.environment['general']['tutorialMode']) or self.environment['runtime']['screenManager'].isSuspendingScreen(): if not (self.wasCommand or self.environment['general']['tutorialMode']) or self.environment['runtime']['screenManager'].isSuspendingScreen():
print('ignore screen', self.environment['runtime']['screenManager'].isSuspendingScreen())
self.environment['runtime']['inputManager'].writeEventBuffer() self.environment['runtime']['inputManager'].writeEventBuffer()
if self.environment['runtime']['inputManager'].noKeyPressed(): if self.environment['runtime']['inputManager'].noKeyPressed():
if self.wasCommand: if self.wasCommand: