diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-06 08:50:30 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-06 08:50:30 -0500 |
commit | d54da1ea2b315a2ada023d189c31571949d25d06 (patch) | |
tree | 306c7a912f3f2f4dedec7c0e33590c9a1eb45947 /main.cpp | |
parent | e257d84daee9d474a944588214fbdafed9d9e983 (diff) |
merge
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |