aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2015-11-09 12:09:30 +0200
committerFilippos Karapetis2015-11-09 12:09:30 +0200
commitff4d0b9f544d1267db623825112ff17ca4b29076 (patch)
treeed379508f6f76155b472cec4654eaa70dd84eeb9
parentd09d68ef7040b360a80dea997b901441aee8cbfc (diff)
downloadscummvm-rg350-ff4d0b9f544d1267db623825112ff17ca4b29076.tar.gz
scummvm-rg350-ff4d0b9f544d1267db623825112ff17ca4b29076.tar.bz2
scummvm-rg350-ff4d0b9f544d1267db623825112ff17ca4b29076.zip
MADS: Phantom: Update the definition of drawToBackground()
-rw-r--r--engines/mads/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index 2246516548..147dff86e1 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -259,7 +259,7 @@ public:
void setDynamicAnim(int id, int anim_id, int segment);
void setCamera(Common::Point pos);
- void drawToBackground(int series_id, int sprite_id, Common::Point pos, int depth, int scale);
+ void drawToBackground(int spriteId, int frameId, Common::Point pos, int depth, int scale);
void deleteSequence(int idx);
void loadSpeech(int idx);
void playSpeech(int idx);