diff --git a/source/duke3d/src/gameexec.cpp b/source/duke3d/src/gameexec.cpp index 22cf90f4b..35af21d38 100644 --- a/source/duke3d/src/gameexec.cpp +++ b/source/duke3d/src/gameexec.cpp @@ -5056,12 +5056,10 @@ finish_qsprintf: case CON_SETMUSICPOSITION: insptr++; - S_SetMusicPosition(Gv_GetVarX(*insptr++)); + Gv_GetVarX(*(insptr++)); continue; - case CON_GETMUSICPOSITION: - insptr++; - Gv_SetVarX(*insptr++, S_GetMusicPosition()); + insptr += 2; continue; case CON_ACTIVATECHEAT: