shithub: cstory

Download patch

ref: c7a3e9c30833d032d5c74751c99731cdf132174e
parent: 6e486d9226a16291530afe808dd7b303918c5e42
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Jul 8 16:43:56 EDT 2020

Comment-out unused variable

--- a/src/Sound.cpp
+++ b/src/Sound.cpp
@@ -118,7 +118,7 @@
 BOOL LoadSoundObject(const char *file_name, int no)
 {
 	std::string path;
-	unsigned long i;
+	//unsigned long i;
 	unsigned long file_size = 0;
 	char check_box[58];
 	FILE *fp;