Skip to content

Commit

Permalink
Stub 516 /sound vars (#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
ike709 authored Feb 11, 2025
1 parent d5bdf43 commit c237a04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DMCompiler/DMStandard/Types/Sound.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c237a04

Please sign in to comment.