From e9e6a83477de21ac5246ac1e640dd37fd8e1a2cc Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Wed, 4 Sep 2002 23:05:01 +0000 Subject: [PATCH] we want the mac ibitblt for everything but dos and windows, I think. --- main/game.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/game.c b/main/game.c index 24bf830a..d57521ab 100644 --- a/main/game.c +++ b/main/game.c @@ -16,7 +16,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #endif #ifdef RCS -char game_rcsid[] = "$Id: game.c,v 1.14 2002-08-15 18:31:05 btb Exp $"; +char game_rcsid[] = "$Id: game.c,v 1.15 2002-09-04 23:05:01 btb Exp $"; #endif #ifdef WINDOWS @@ -532,7 +532,7 @@ void init_cockpit() ); #ifndef WINDOWS -#if 1 // def MACINTOSH +#ifndef __MSDOS__ gr_ibitblt_create_mask( bm, minx, miny, maxx-minx+1, maxy-miny+1, VR_offscreen_buffer->cv_bitmap.bm_rowsize); #else if ( Current_display_mode ) { @@ -547,7 +547,7 @@ void init_cockpit() #endif bm->bm_flags = 0; // Clear all flags for offscreen canvas #else - Game_cockpit_copy_code = (ubyte *)(1); + Game_cockpit_copy_code = (ubyte *)(1); bm->bm_flags = 0; // Clear all flags for offscreen canvas #endif game_init_render_sub_buffers( 0, 0, maxx-minx+1, maxy-miny+1 ); -- 2.39.2