From dec7f57c75624d5a304356458b0a9659207cb77c Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Wed, 24 Apr 2024 23:42:04 -0500 Subject: [PATCH] Fix switch case --- src/REL/m401Dll/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/REL/m401Dll/main.c b/src/REL/m401Dll/main.c index 9b6ed04c..bbbc503d 100644 --- a/src/REL/m401Dll/main.c +++ b/src/REL/m401Dll/main.c @@ -1175,8 +1175,6 @@ void fn_2_3F28(omObjData *object) case 1: if(object->trans.y < 1100) { - - temp_r31->unk0 = 2; temp_f27 = VECDistanceAlt(&object->trans, &temp_r31->unk24); temp_r31->unk58.z = temp_f27;