aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.h
diff options
context:
space:
mode:
authorColin Snover2016-07-25 13:40:51 -0500
committerColin Snover2016-08-01 10:37:14 -0500
commit0f535e79f59c24545f40d52cf0cf25a3818cfffd (patch)
tree9587fc745e617b982b534b668907cce5bb05eec4 /engines/sci/graphics/frameout.h
parent156c68fe58eb9f8d923d1f9dc1c3dac8436c9d82 (diff)
downloadscummvm-rg350-0f535e79f59c24545f40d52cf0cf25a3818cfffd.tar.gz
scummvm-rg350-0f535e79f59c24545f40d52cf0cf25a3818cfffd.tar.bz2
scummvm-rg350-0f535e79f59c24545f40d52cf0cf25a3818cfffd.zip
SCI32: Add 6-argument signature of kAddPicAt
This is used by Torin in room 50900.
Diffstat (limited to 'engines/sci/graphics/frameout.h')
-rw-r--r--engines/sci/graphics/frameout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/frameout.h b/engines/sci/graphics/frameout.h
index 035555af6f..1724ad94b6 100644
--- a/engines/sci/graphics/frameout.h
+++ b/engines/sci/graphics/frameout.h
@@ -167,7 +167,7 @@ public:
#pragma mark -
#pragma mark Pics
public:
- void kernelAddPicAt(const reg_t planeObject, const GuiResourceId pictureId, const int16 pictureX, const int16 pictureY, const bool mirrorX);
+ void kernelAddPicAt(const reg_t planeObject, const GuiResourceId pictureId, const int16 pictureX, const int16 pictureY, const bool mirrorX, const bool deleteDuplicate);
#pragma mark -
#pragma mark Rendering