From 5c8dccd5f6353524173542762154473f4006383f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 25 Jan 2016 18:41:50 +0000 Subject: When forcing 32-bit render mode, don't create the BitMaps as friends of the screen BitMap. This fixes a system freeze on OS4 --- amiga/bitmap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/bitmap.h') diff --git a/amiga/bitmap.h b/amiga/bitmap.h index 20e631585..aba359783 100755 --- a/amiga/bitmap.h +++ b/amiga/bitmap.h @@ -35,6 +35,7 @@ struct bitmap { int height; UBYTE *pixdata; bool opaque; + int native; struct BitMap *nativebm; int nativebmwidth; int nativebmheight; -- cgit v1.2.3