diff options
author | Filippos Karapetis | 2015-11-09 12:09:30 +0200 |
---|---|---|
committer | Filippos Karapetis | 2015-11-09 12:09:30 +0200 |
commit | ff4d0b9f544d1267db623825112ff17ca4b29076 (patch) | |
tree | ed379508f6f76155b472cec4654eaa70dd84eeb9 /engines | |
parent | d09d68ef7040b360a80dea997b901441aee8cbfc (diff) | |
download | scummvm-rg350-ff4d0b9f544d1267db623825112ff17ca4b29076.tar.gz scummvm-rg350-ff4d0b9f544d1267db623825112ff17ca4b29076.tar.bz2 scummvm-rg350-ff4d0b9f544d1267db623825112ff17ca4b29076.zip |
MADS: Phantom: Update the definition of drawToBackground()
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mads/scene.h | 2 |
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); |