mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-02 17:48:21 -04:00
Big cast cleanup (#3076)
* Big cast cleanup * fix for name conflict * rename header * rename cast macros * fix rename mistake --------- Co-authored-by: roeming <roeming@users.noreply.github.com>
This commit is contained in:
@@ -1077,7 +1077,7 @@ void dEvDtStaff_c::specialProcDirector() {
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
data->unk2 += (s16)event_debug_evdt_sound_adjust();
|
||||
S16_ADD(data->unk2, event_debug_evdt_sound_adjust());
|
||||
#endif
|
||||
} else {
|
||||
data->unk2 = 0;
|
||||
|
||||
Reference in New Issue
Block a user