diff options
Diffstat (limited to 'sound.go')
-rw-r--r-- | sound.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,9 @@ type SoundID int32 type SoundSrcType uint8 const ( - NoSrc SoundSrcType = iota // nowhere - PosSrc // pos - AOSrc // ao + NoSrc SoundSrcType = iota // nowhere + PosSrc // pos + AOSrc // ao ) //go:generate stringer -linecomment -type SoundSrcType |