Correct some mistakes that this branch has

This commit is contained in:
Clownacy 2020-09-03 21:29:48 +01:00
parent a05b802904
commit b1090cd8f9

View file

@ -13,6 +13,7 @@ equivalents.
#include "Sound.h" #include "Sound.h"
#include <stddef.h> #include <stddef.h>
#include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <string> #include <string>
@ -211,7 +212,7 @@ BOOL LoadSoundObject(const char *file_name, int no)
#ifdef FIX_MAJOR_BUGS #ifdef FIX_MAJOR_BUGS
free(wp); // The updated Organya source code includes this fix free(wp); // The updated Organya source code includes this fix
#endif #endif
return FALSE; return FALSE;
} }
free(wp); free(wp);