diff --git a/DMCompiler/DMStandard/Types/Sound.dm b/DMCompiler/DMStandard/Types/Sound.dm index 49102d7e9a..7fa3fb8e05 100644 --- a/DMCompiler/DMStandard/Types/Sound.dm +++ b/DMCompiler/DMStandard/Types/Sound.dm @@ -11,6 +11,9 @@ var/pan = 0 as opendream_unimplemented var/params = null as opendream_unimplemented var/falloff = 1 as opendream_unimplemented + + var/atom/atom as opendream_unimplemented + var/transform as opendream_unimplemented var/x as opendream_unimplemented var/y as opendream_unimplemented var/z as opendream_unimplemented