aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/prince.h
diff options
context:
space:
mode:
authorlukaslw2014-08-15 21:57:26 +0200
committerlukaslw2014-08-15 21:57:26 +0200
commit9ef705ebb46c93dea4da42ea63d42b34b395ae89 (patch)
tree23fa885de1dccac83005f89968eb7da0130345f0 /engines/prince/prince.h
parent40ac742169db49e16756092f6e9bd28b23b8d7e3 (diff)
downloadscummvm-rg350-9ef705ebb46c93dea4da42ea63d42b34b395ae89.tar.gz
scummvm-rg350-9ef705ebb46c93dea4da42ea63d42b34b395ae89.tar.bz2
scummvm-rg350-9ef705ebb46c93dea4da42ea63d42b34b395ae89.zip
PRINCE: playNextFLCFrame() update
Diffstat (limited to 'engines/prince/prince.h')
-rw-r--r--engines/prince/prince.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/prince/prince.h b/engines/prince/prince.h
index d9f86bc912..7e4592ad54 100644
--- a/engines/prince/prince.h
+++ b/engines/prince/prince.h
@@ -274,6 +274,7 @@ public:
const PrinceGameDescription *_gameDescription;
Video::FlicDecoder _flicPlayer;
+ const Graphics::Surface *_flcFrameSurface;
VariaTxt *_variaTxt;
uint32 _talkTxtSize;
@@ -596,7 +597,7 @@ public:
int checkRightUpDir();
private:
- bool playNextFrame();
+ bool playNextFLCFrame();
void keyHandler(Common::Event event);
int checkMob(Graphics::Surface *screen, Common::Array<Mob> &mobList, bool usePriorityList);
void drawScreen();