From 761fe5d7bd92f7224fe12b4cdf912b55ef1fb768 Mon Sep 17 00:00:00 2001 From: Ludvig Strigeus Date: Tue, 4 Dec 2001 10:44:33 +0000 Subject: * better drawBox (tnx sam_k) * more params allowed for soundKludge opcode (8 instead of 16) will perhaps fix bugs. svn-id: r3523 --- scumm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm.h') diff --git a/scumm.h b/scumm.h index 2e97833701..5d9092e302 100644 --- a/scumm.h +++ b/scumm.h @@ -570,7 +570,7 @@ struct CharsetRenderer { byte *_backbuff_ptr, *_bgbak_ptr; byte *_mask_ptr; - byte *_bg_ptr2; + byte *_dest_ptr; byte _colorMap[16]; byte _buffer[256]; -- cgit v1.2.3