Skip to content

Commit

Permalink
MADS: Phantom: Update the definition of drawToBackground()
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed Nov 9, 2015
1 parent d09d68e commit ff4d0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/mads/scene.h
Expand Up @@ -259,7 +259,7 @@ class Scene {

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);
Expand Down

0 comments on commit ff4d0b9

Please sign in to comment.