From 4f4e87f07ef68a09ff9d6d64088e07b15314f4ba Mon Sep 17 00:00:00 2001
From: jsalmon3 <>
Date: Thu, 13 Feb 2003 22:08:00 +0000
Subject: [PATCH] Added FIXME's

---
 src/include/sound_server.h | 1 +
 src/sound/music.cpp        | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/src/include/sound_server.h b/src/include/sound_server.h
index ef47e55b9..4888b9a74 100644
--- a/src/include/sound_server.h
+++ b/src/include/sound_server.h
@@ -234,6 +234,7 @@ extern unsigned AllocatedSoundMemory;
 extern unsigned CompressedSoundMemory;
 #endif
 
+    /// FIXME: remove :wc2
     /// cd play mode, ":off" ":random" ":all" or ":wc2"
 extern char *CDMode;
 #if defined(USE_SDLCD) || defined(USE_LIBCDA) || defined(USE_CDDA)
diff --git a/src/sound/music.cpp b/src/sound/music.cpp
index fc89fc1ce..002c6bd55 100644
--- a/src/sound/music.cpp
+++ b/src/sound/music.cpp
@@ -65,6 +65,7 @@
 global Sample* MusicSample;		/// Music samples
 #endif
 
+				/// FIXME: remove :wc2
 global char *CDMode = ":off";	/// cd play mode, ":off" ":random" ":all" or ":wc2"
 #if defined(USE_SDLCD) || defined(USE_LIBCDA) || defined(USE_CDDA)
 global int CDTrack = 0;			/// Current cd track
@@ -288,6 +289,7 @@ global int PlayCDRom(const char* name)
 /**
 **	Play music from cdrom.
 **
+**	FIXME: remove :wc2
 **	:all :random :off :wc2
 **
 **	@param name	Name starting with ":".
@@ -353,6 +355,7 @@ global int PlayCDRom(const char* name)
 		CDMode = ":stopped";
 	    return 1;
 	}
+	// FIXME: remove :wc2
 	if (!strcmp(name, ":wc2")) {
 	    CDMode = ":wc2";
 	    if (GuiGameStarted == 0)