mirror of
https://github.com/zeldaret/tp
synced 2026-06-24 01:31:37 -04:00
d_stage cleanup (#2392)
This commit is contained in:
@@ -60,11 +60,11 @@ const char* dEvent_exception_c::getEventName() {
|
||||
return "(!NO INFO!)";
|
||||
}
|
||||
|
||||
if (mEventInfoIdx < 0 || mEventInfoIdx > eventInfo->mCount) {
|
||||
if (mEventInfoIdx < 0 || mEventInfoIdx > eventInfo->num) {
|
||||
return "(!BAD NUMBER!)";
|
||||
}
|
||||
|
||||
dStage_MapEvent_dt_c* revt = &eventInfo->mData[mEventInfoIdx];
|
||||
dStage_MapEvent_dt_c* revt = &eventInfo->m_entries[mEventInfoIdx];
|
||||
switch (revt->mType) {
|
||||
case 1:
|
||||
case 2:
|
||||
|
||||
Reference in New Issue
Block a user