aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog3
-rw-r--r--main.cpp1
2 files changed, 3 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 62dbbb9..b286376 100644
--- a/Changelog
+++ b/Changelog
@@ -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
diff --git a/main.cpp b/main.cpp
index b3e94c4..c68b342 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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