DEADSOFTWARE

config: read config and args by renders
[flatwaifu.git] / src / view.c
index 18196984a49fff3acc5aaf33351195f7630584b0..08fde9f9e72ea997057401dac8a585d50b1f2b39 100644 (file)
@@ -41,7 +41,6 @@
 #include "my.h"
 #include "render.h"
 
-byte w_horiz=ON;
 int sky_type=1;
 dword walf[256];
 byte walswp[256];
@@ -102,7 +101,6 @@ void W_init (void) {
   PL_init();
   MN_init();
   R_loadsky(1);
-  free_chunks();
 }
 
 static void unpack (void *buf, int len, void *obuf) {