swan: Fix new engine command name position

This commit is contained in:
Adrian Siekierka 2025-03-11 21:58:11 +01:00 committed by tildearrow
parent 652f3662af
commit 17363d9a28

View file

@ -170,7 +170,6 @@ const char* cmdName[]={
"WS_SWEEP_TIME",
"WS_SWEEP_AMOUNT",
"WS_GLOBAL_SPEAKER_VOLUME",
"N163_WAVE_POSITION",
"N163_WAVE_LENGTH",
@ -304,7 +303,9 @@ const char* cmdName[]={
"SID3_NOISE_PHASE_RESET",
"SID3_ENVELOPE_RESET",
"SID3_CUTOFF_SCALING",
"SID3_RESONANCE_SCALING"
"SID3_RESONANCE_SCALING",
"WS_GLOBAL_SPEAKER_VOLUME"
};
static_assert((sizeof(cmdName)/sizeof(void*))==DIV_CMD_MAX,"update cmdName!");