mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Fix level editor not using LoadTiXmlDocument
This commit is contained in:
committed by
Ethan Lee
parent
5862af4445
commit
2ec1106741
@@ -139,7 +139,7 @@ void FILESYSTEM_loadFileToMemory(const char *name, unsigned char **mem,
|
||||
if (addnull)
|
||||
{
|
||||
*mem = (unsigned char *) malloc(length + 1);
|
||||
mem[length] = 0;
|
||||
(*mem)[length] = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user