Comment-out unused variable
This commit is contained in:
parent
6e486d9226
commit
c7a3e9c308
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue