aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-05-02 12:40:06 +0300
committerEugene Sandulenko2014-05-02 12:40:06 +0300
commite714dea7c773645cbb0e2aeaf1dd260888391806 (patch)
tree5bb9334d4b5b4b0fefeec1cf2856c4e8d1639d9b /engines/fullpipe/gfx.h
parentb5385f600341b9dab3ae9322da9b4b7182f52292 (diff)
downloadscummvm-rg350-e714dea7c773645cbb0e2aeaf1dd260888391806.tar.gz
scummvm-rg350-e714dea7c773645cbb0e2aeaf1dd260888391806.tar.bz2
scummvm-rg350-e714dea7c773645cbb0e2aeaf1dd260888391806.zip
FULLPIPE: Implement Statics::init()
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index 714247e1bd..191df7709a 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -92,7 +92,7 @@ class Picture : public MemoryObject {
virtual bool load(MfcArchive &file);
void setAOIDs();
- void init();
+ virtual void init();
void getDibInfo();
Bitmap *getPixelData();
virtual void draw(int x, int y, int style, int angle);