summaryrefslogtreecommitdiff
path: root/src/JSystem/JAudio/JASBasicInst.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-06-22 10:10:07 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-06-22 10:10:07 -0400
commitc836c5ca1f14fa629a82e02ea74fb681a7c94e6b (patch)
treee03be0b3b510ca489814308b81ab6388787abd3f /src/JSystem/JAudio/JASBasicInst.cpp
parentd419a25be33193058347290d01eeffbf7ad57715 (diff)
Use FALSE macro in asserts, remove JUT_PANIC macro
Diffstat (limited to 'src/JSystem/JAudio/JASBasicInst.cpp')
-rw-r--r--src/JSystem/JAudio/JASBasicInst.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/JAudio/JASBasicInst.cpp b/src/JSystem/JAudio/JASBasicInst.cpp
index b09f7be6..a19afc15 100644
--- a/src/JSystem/JAudio/JASBasicInst.cpp
+++ b/src/JSystem/JAudio/JASBasicInst.cpp
@@ -60,7 +60,7 @@ bool JASystem::TBasicInst::getParam(int key, int velo, TInstParam* param) const
param->field_0x34 += y;
break;
default:
- JUT_ASSERT(93, 0);
+ JUT_ASSERT(93, FALSE);
}
}
const TKeymap* keymap = NULL;