Minor tweak because the oTimer overflow check doesn't matter anymore

This commit is contained in:
Colton Rushton 2021-02-15 23:30:10 -04:00
parent d3d15cd9cb
commit acff43417c
1 changed files with 0 additions and 1 deletions

View File

@ -162,7 +162,6 @@ void water_ring_spawner_act_inactive(void) {
#ifndef QOL_FIXES
if (o->oTimer == 300)
o->oTimer = 0;
if ((o->oTimer == 0) || (o->oTimer == 50) || (o->oTimer == 150) || (o->oTimer == 200)
|| (o->oTimer == 250)) {
#else