From 855d21624fcc22b782408163c0dcacdcceebe9dd Mon Sep 17 00:00:00 2001 From: Frank DeMarco Date: Sun, 11 Oct 2020 19:14:07 -0400 Subject: [PATCH] clean up old hack --- NS.py | 2 +- lib/pgfw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NS.py b/NS.py index 5364708..bba6977 100644 --- a/NS.py +++ b/NS.py @@ -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: diff --git a/lib/pgfw b/lib/pgfw index 5f2b268..ba65a91 160000 --- a/lib/pgfw +++ b/lib/pgfw @@ -1 +1 @@ -Subproject commit 5f2b26852e9fe8e910793cee46c14b8cbccaf962 +Subproject commit ba65a913bc4ab5466af2c3913f9544a59b722722