Fix core-breaking, game-loading warning :P

This commit is contained in:
clobber
2014-07-16 18:31:38 -05:00
parent 561a47efe1
commit bde73deee5
+1 -1
View File
@@ -192,7 +192,7 @@ bool cartridge_Load(std::string filename) {
byte* data = NULL;
//uint size = archive_GetUncompressedFileSize(filename);
uint size;
uint size = 0;
if(size == 0) {
FILE *file = fopen(filename.c_str( ), "rb");