tSound file path prefix now uses Win32-style directory separators. - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 78b510567e2b62c967cde76e5cbe0e9b15dc726f
DIR parent 92776d3bef3fbf1be14d157545c272b39f3df7ca
HTML Author: Ben Webb <ben@salilab.org>
Date: Wed, 18 Sep 2002 10:07:25 +0000
Sound file path prefix now uses Win32-style directory separators.
Diffstat:
M src/dopewars.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/dopewars.c b/src/dopewars.c
t@@ -93,7 +93,7 @@ gboolean MinToSysTray = TRUE;
gboolean Daemonize = TRUE;
#endif
-#define SNDPATH "sounds/19.5degs/"
+#define SNDPATH "sounds\\19.5degs\\"
gchar *WebBrowser = NULL;
gint ConfigErrors = 0;