Remove unneeded QOL_FIXES ifdef

This commit is contained in:
Colton Rushton 2021-02-12 09:30:56 -04:00
parent fb114df1e0
commit 7bac354ae1
1 changed files with 0 additions and 1 deletions

View File

@ -11402,7 +11402,6 @@ void play_cutscene(struct Camera *c) {
#undef CUTSCENE
if ((cutsceneDuration != 0) && !(gCutsceneTimer & CUTSCENE_STOP)) {
#ifndef QOL_FIXES
//! @bug This should check for 0x7FFF (CUTSCENE_LOOP)
//! instead, cutscenes that last longer than 0x3FFF frames will never end on their own
// fixed with QOL_FIXES