aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/drascula.h
diff options
context:
space:
mode:
authorFilippos Karapetis2008-06-06 18:28:50 +0000
committerFilippos Karapetis2008-06-06 18:28:50 +0000
commit31bb8c01c7b389869564ebfbb5a5ac61be57c11f (patch)
treec0e47801521f805a236f84af77614393473afae8 /engines/drascula/drascula.h
parent7a05f382c24d90bb4a93e12cf336aabf4ad30754 (diff)
downloadscummvm-rg350-31bb8c01c7b389869564ebfbb5a5ac61be57c11f.tar.gz
scummvm-rg350-31bb8c01c7b389869564ebfbb5a5ac61be57c11f.tar.bz2
scummvm-rg350-31bb8c01c7b389869564ebfbb5a5ac61be57c11f.zip
Removed the useless textSurface buffer
frame_x -> frameX candleX, candleY, pianistX and drunkX are used in more than one place svn-id: r32580
Diffstat (limited to 'engines/drascula/drascula.h')
-rw-r--r--engines/drascula/drascula.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/drascula/drascula.h b/engines/drascula/drascula.h
index 38c2e88ea3..aeb63eba9d 100644
--- a/engines/drascula/drascula.h
+++ b/engines/drascula/drascula.h
@@ -283,7 +283,6 @@ public:
byte *extraSurface; // not sure about this one, was "dir_hare_dch"
byte *screenSurface;
byte *frontSurface;
- byte *textSurface;
byte *pendulumSurface;
byte cPal[768];
@@ -690,7 +689,7 @@ extern const char *_textmisc[][2];
extern const char *_textd1[][11];
extern const ItemLocation itemLocations[];
-extern int frame_x[20];
+extern int frameX[20];
extern const int x_pol[44], y_pol[44];
extern const int verbBarX[];
extern const int x1d_menu[], y1d_menu[];