Comment-out unused variable

This commit is contained in:
Clownacy 2020-07-08 20:43:56 +01:00
parent 6e486d9226
commit c7a3e9c308

View file

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