diff options
Diffstat (limited to 'apps/plugins/doom/st_stuff.c')
| -rw-r--r-- | apps/plugins/doom/st_stuff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/doom/st_stuff.c b/apps/plugins/doom/st_stuff.c index 5d9244d..feae89a 100644 --- a/apps/plugins/doom/st_stuff.c +++ b/apps/plugins/doom/st_stuff.c @@ -1148,6 +1148,6 @@ void ST_Init(void) veryfirsttime = 0; ST_loadData(); // proff 08/18/98: Changed for high-res - screens[4] = Z_Malloc(SCREENWIDTH*(ST_SCALED_HEIGHT+1), PU_STATIC, 0); - // screens[4] = Z_Malloc(ST_WIDTH*ST_HEIGHT, PU_STATIC, 0); + d_screens[4] = Z_Malloc(SCREENWIDTH*(ST_SCALED_HEIGHT+1), PU_STATIC, 0); + // d_screens[4] = Z_Malloc(ST_WIDTH*ST_HEIGHT, PU_STATIC, 0); } |