aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-03-18 10:30:51 +0000
committerNicola Mettifogo2007-03-18 10:30:51 +0000
commit8f74bc15aef1c56b29d21bf3aa7e8e51687b98ae (patch)
tree17591017cb77075e393b1a9e29562200108fa7f8 /engines/parallaction/graphics.h
parentec58e9ac05cb887c3c2e0c8c9d98d3300fb4ad86 (diff)
downloadscummvm-rg350-8f74bc15aef1c56b29d21bf3aa7e8e51687b98ae.tar.gz
scummvm-rg350-8f74bc15aef1c56b29d21bf3aa7e8e51687b98ae.tar.bz2
scummvm-rg350-8f74bc15aef1c56b29d21bf3aa7e8e51687b98ae.zip
- made loadPointer return a new StaticCnv instead of accepting a parameter.
- adjusted Gfx code handling mouse pointers. svn-id: r26201
Diffstat (limited to 'engines/parallaction/graphics.h')
-rw-r--r--engines/parallaction/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h
index fbb5bbc0a3..9301fed35d 100644
--- a/engines/parallaction/graphics.h
+++ b/engines/parallaction/graphics.h
@@ -149,7 +149,7 @@ protected:
static byte * _buffers[NUM_BUFFERS];
static byte _mouseArrow[256];
- static StaticCnv _mouseComposedArrow;
+ StaticCnv *_mouseComposedArrow;
Cnv _font;