diff --git a/rwengine/src/script/modules/GTA3ModuleImpl.inl b/rwengine/src/script/modules/GTA3ModuleImpl.inl index b83e490c..c47ef2c0 100644 --- a/rwengine/src/script/modules/GTA3ModuleImpl.inl +++ b/rwengine/src/script/modules/GTA3ModuleImpl.inl @@ -4310,9 +4310,8 @@ void opcode_018d(const ScriptArguments& args, ScriptVec3 coord, const ScriptSoun @arg sound */ void opcode_018e(const ScriptArguments& args, const ScriptSound sound) { - RW_UNIMPLEMENTED_OPCODE(0x018e); - RW_UNUSED(sound); RW_UNUSED(args); + sound->stop(); } /**