aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.h
diff options
context:
space:
mode:
authorAndrew Kurushin2004-12-22 21:04:50 +0000
committerAndrew Kurushin2004-12-22 21:04:50 +0000
commit3d9784f94d3bc6c425d3180e59d322ab715e6306 (patch)
tree1313b3b88f8a6f9341a72c4fc178dad582f924c5 /saga/saga.h
parentab4734dcf60d8f06786cbdd382a7a83ca962103a (diff)
downloadscummvm-rg350-3d9784f94d3bc6c425d3180e59d322ab715e6306.tar.gz
scummvm-rg350-3d9784f94d3bc6c425d3180e59d322ab715e6306.tar.bz2
scummvm-rg350-3d9784f94d3bc6c425d3180e59d322ab715e6306.zip
- rewriten actors action handling (now uses all original flags etc)
- added some script functions (swapactors...) - many things were renamed according scummvm covention - resource id definintions should begin with "RID_" prefix - intro temporary broken - work in progress todo: - walking hanling also should be rewriten - timings for speech and actor cycling should be more accurate svn-id: r16263
Diffstat (limited to 'saga/saga.h')
-rw-r--r--saga/saga.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/saga/saga.h b/saga/saga.h
index 9c6aa7b8da..88a87ce6dd 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -49,7 +49,6 @@ class Anim;
class Render;
class IsoMap;
class Gfx;
-class SData;
class Script;
class Actor;
class Font;
@@ -217,7 +216,6 @@ public:
Render *_render;
IsoMap *_isoMap;
Gfx *_gfx;
- SData *_sdata;
Script *_script;
Actor *_actor;
Font *_font;
@@ -263,7 +261,7 @@ public:
int processInput(void);
Point getMousePos();
-private:
+ private:
Point _mousePos;
public: