aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/drascula.h
diff options
context:
space:
mode:
authorFilippos Karapetis2008-05-30 07:09:36 +0000
committerFilippos Karapetis2008-05-30 07:09:36 +0000
commit8aa1b04043b7fb60dbe4ef826217293995ee2258 (patch)
tree73043ebfc6acd09f8ed7b4d5113bd4c0dcf2c1f0 /engines/drascula/drascula.h
parent3c827020a656c884f965522a945a4c46a5d085f9 (diff)
downloadscummvm-rg350-8aa1b04043b7fb60dbe4ef826217293995ee2258.tar.gz
scummvm-rg350-8aa1b04043b7fb60dbe4ef826217293995ee2258.tar.bz2
scummvm-rg350-8aa1b04043b7fb60dbe4ef826217293995ee2258.zip
dir_dibujo -> drawSurface
dir_hare_fondo -> backSurface dir_mesa -> tableSurface dir_hare_dch -> extraSurface (unsure about this one) dir_zona_pantalla -> screenSurface dir_hare_frente -> frontSurface dir_texto -> textSurface dir_pendulum -> pendulumSurface svn-id: r32374
Diffstat (limited to 'engines/drascula/drascula.h')
-rw-r--r--engines/drascula/drascula.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/engines/drascula/drascula.h b/engines/drascula/drascula.h
index 7008c30ab0..15382aafcf 100644
--- a/engines/drascula/drascula.h
+++ b/engines/drascula/drascula.h
@@ -262,16 +262,16 @@ public:
byte *VGA;
- byte *dir_dibujo1;
- byte *dir_hare_fondo;
- byte *dir_dibujo3;
- byte *dir_dibujo2;
- byte *dir_mesa;
- byte *dir_hare_dch;
- byte *dir_zona_pantalla;
- byte *dir_hare_frente;
- byte *dir_texto;
- byte *dir_pendulum;
+ byte *drawSurface1;
+ byte *backSurface;
+ byte *drawSurface3;
+ byte *drawSurface2;
+ byte *tableSurface;
+ byte *extraSurface; // not sure about this one, was "dir_hare_dch"
+ byte *screenSurface;
+ byte *frontSurface;
+ byte *textSurface;
+ byte *pendulumSurface;
byte cPal[768];
byte *pcxBuffer;