]> git.lizzy.rs Git - mt.git/blobdiff - sound.go
Add WaitGroup to SerializePkt
[mt.git] / sound.go
index c6629680c286275973f079df174a0a83cd77f9a0..913b0e162152922e0c8ae468ef9a0263ff165886 100644 (file)
--- a/sound.go
+++ b/sound.go
@@ -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