aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index 6bf86bb9bb..b864586fb7 100644
--- a/scumm.h
+++ b/scumm.h
@@ -1155,7 +1155,7 @@ public:
void drawRoomObjects(int arg);
void drawRoomObject(int i, int arg);
void drawBox(int x, int y, int x2, int y2, int color);
- void drawBomp(BompDrawData *bd);
+ void drawBomp(BompDrawData *bd, int param1, byte* dataPtr, int param2, int param3);
void restoreBG(int left, int top, int right, int bottom);
void redrawBGStrip(int start, int num);