From 88b1090d63a20ec368f3518298727a073e6a4112 Mon Sep 17 00:00:00 2001 From: anon5 Date: Tue, 22 Jun 2021 19:42:34 +0000 Subject: s/ToSrvModChan(.*)/ToSrv\1ModChan/g --- sound.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sound.go') diff --git a/sound.go b/sound.go index c662968..913b0e1 100644 --- 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 -- cgit v1.2.3