Cube  Diff

Differences From Artifact [b06342c3fd]:

To Artifact [320b4f8793]:


109
110
111
112
113
114
115

116

117
118
119
120
121
122
123
109
110
111
112
113
114
115
116

117
118
119
120
121
122
123
124







+
-
+







				    FSOUND_Stream_Play(FSOUND_FREE, stream);
				if (chan >= 0) {
					FSOUND_SetVolume(
					    chan, (musicvol * MAXVOL) / 255);
					FSOUND_SetPaused(chan, false);
				}
			} else {
				conoutf(
				conoutf(@"could not play music: %s", sn);
				    @"could not play music: %@", IRI.string);
			}
#endif
		}
	}
}
COMMAND(music, ARG_1STR)