summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/doom/r_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/r_data.c b/apps/plugins/doom/r_data.c
index 15e8361d7f..7cbe6706e7 100644
--- a/apps/plugins/doom/r_data.c
+++ b/apps/plugins/doom/r_data.c
@@ -716,7 +716,7 @@ void R_InitTranMap(int progress)
716 const byte *playpal = W_CacheLumpName("PLAYPAL"); 716 const byte *playpal = W_CacheLumpName("PLAYPAL");
717 byte *my_tranmap; 717 byte *my_tranmap;
718 718
719 int cachefd = open(GAMEBASE"tranmap.dat",O_RDONLY); 719 int cachefd = open(GAMEBASE"tranmap.dat", O_RDWR);
720 720
721 main_tranmap = my_tranmap = Z_Malloc(256*256, PU_STATIC, 0); // killough 4/11/98 721 main_tranmap = my_tranmap = Z_Malloc(256*256, PU_STATIC, 0); // killough 4/11/98
722 722