diff options
-rw-r--r-- | Changelog | 3 | ||||
-rw-r--r-- | main.cpp | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -254,3 +254,6 @@ ========== - worlds can now be saved & loaded from a file + - created 'storyboard' for first few player areas + - improved flashlight + - made some minor improvements to world appearance @@ -491,7 +491,6 @@ int main(int argc, char *argv[]){ char *worldBuf; unsigned int worldSize; worldBuf=currentWorld->save(&worldSize); - if(ferror(worldSave))perror("HEY: "); fclose(worldSave); return 0; // Calls everything passed to atexit |