aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorLudvig Strigeus2001-12-04 10:44:33 +0000
committerLudvig Strigeus2001-12-04 10:44:33 +0000
commit761fe5d7bd92f7224fe12b4cdf912b55ef1fb768 (patch)
tree1e914700c1f00cabdf0eaad4930d0f0406c530ac /scumm.h
parentaa16d391989156027b627962123221aa7268f487 (diff)
downloadscummvm-rg350-761fe5d7bd92f7224fe12b4cdf912b55ef1fb768.tar.gz
scummvm-rg350-761fe5d7bd92f7224fe12b4cdf912b55ef1fb768.tar.bz2
scummvm-rg350-761fe5d7bd92f7224fe12b4cdf912b55ef1fb768.zip
* better drawBox (tnx sam_k)
* more params allowed for soundKludge opcode (8 instead of 16) will perhaps fix bugs. svn-id: r3523
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h2
1 files changed, 1 insertions, 1 deletions
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];