Skip to content

Commit 8e12b35

Browse files
committed
smol adjustment
1 parent 484615d commit 8e12b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SAUCE/functions/level_loading.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ void unrle_first_screen(){ // run-length decode the first screen of a level
146146
} while (i != 0);
147147

148148
level_resetting_flag = 2;
149-
timewarp_done = 0;
149+
if (!level_resetting_flag) timewarp_done = 0;
150150

151151
init_sprites();
152152

0 commit comments

Comments
 (0)