Correct some mistakes that this branch has
This commit is contained in:
parent
a05b802904
commit
b1090cd8f9
1 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ equivalents.
|
|||
#include "Sound.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
|
@ -211,7 +212,7 @@ BOOL LoadSoundObject(const char *file_name, int no)
|
|||
#ifdef FIX_MAJOR_BUGS
|
||||
free(wp); // The updated Organya source code includes this fix
|
||||
#endif
|
||||
return FALSE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
free(wp);
|
||||
|
|
Loading…
Add table
Reference in a new issue