shithub: cstory

Download patch

ref: 09b188ac29717b8445df22ee3ee352db12c3c79d
parent: bc262bd5e2f29d261e6cf6805e2369105f5f2abc
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Sep 2 20:11:57 EDT 2019

Add a bugfix for a bizarre function call

--- a/src/Sound.cpp
+++ b/src/Sound.cpp
@@ -41,7 +41,10 @@
 	if (DirectSoundCreate(NULL, &lpDS, NULL) != DS_OK)
 	{
 		lpDS = NULL;
+#ifndef FIX_BUGS
+		// This makes absolutely no sense here
 		StartOrganya(lpDS, "Org\\Wave.dat");
+#endif
 		return FALSE;
 	}