summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_demo00.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-07-25 21:05:36 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-07-25 21:05:36 -0400
commit72dc8f4ef64d3ef1674beb5fc8ebd15768174891 (patch)
tree8aa475a13a77259526ec9f2d529baf432639bc29 /src/d/actor/d_a_demo00.cpp
parent4ebe6758cb08b4cd12b598d02b62de0df2c4b659 (diff)
DEMO_SELECT
Diffstat (limited to 'src/d/actor/d_a_demo00.cpp')
-rw-r--r--src/d/actor/d_a_demo00.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_demo00.cpp b/src/d/actor/d_a_demo00.cpp
index 3e6e9f84..dded7d4e 100644
--- a/src/d/actor/d_a_demo00.cpp
+++ b/src/d/actor/d_a_demo00.cpp
@@ -290,7 +290,7 @@ BOOL daDemo00_c::execute() {
if (!spCC.isEnd() && spCC.isValid()) {
TValueIterator_raw<u8> it = spCC.begin();
int argID = *it;
- JUT_ASSERT(VERSION_SELECT(771, 832, 832, 832), argID < (sizeof(l_eventBit)/sizeof(u16)));
+ JUT_ASSERT(DEMO_SELECT(771, 832), argID < (sizeof(l_eventBit)/sizeof(u16)));
if (l_eventBit[argID] != 0xFFFF) {
dComIfGs_onEventBit(l_eventBit[argID]);
}
@@ -313,7 +313,7 @@ BOOL daDemo00_c::execute() {
if (!spB8.isEnd() && spB8.isValid()) {
TValueIterator_raw<u8> it = spB8.begin();
int argID = *it;
- JUT_ASSERT(VERSION_SELECT(797, 858, 858, 858), argID < (sizeof(l_itemNo)/sizeof(u8)));
+ JUT_ASSERT(DEMO_SELECT(797, 858), argID < (sizeof(l_itemNo)/sizeof(u8)));
if (l_itemNo[argID] != dItem_NONE_e) {
execItemGet(l_itemNo[argID]);
}