clean up old hack

This commit is contained in:
Frank DeMarco 2020-10-11 19:14:07 -04:00
parent 6fd76bc2d3
commit 855d21624f
2 changed files with 2 additions and 2 deletions

2
NS.py
View File

@ -198,7 +198,7 @@ class NS(Game, Animation):
def update(self):
Animation.update(self)
last_frame_duration = self.time_filter.get_last_frame_duration()
if self.serial_enabled() or True:
if self.serial_enabled():
self.apply_serial()
if self.title.active or self.introduction.active or self.ending.active or \
self.dialogue.active:

@ -1 +1 @@
Subproject commit 5f2b26852e9fe8e910793cee46c14b8cbccaf962
Subproject commit ba65a913bc4ab5466af2c3913f9544a59b722722