aboutsummaryrefslogtreecommitdiff
path: root/dc
diff options
context:
space:
mode:
authorMarcus Comstedt2002-03-16 18:10:54 +0000
committerMarcus Comstedt2002-03-16 18:10:54 +0000
commit8921d86c9346c29ce339825952c813bc056f98c3 (patch)
tree66f8a986e1b2a89b5deca8a4e2aadeb2ac8b1753 /dc
parentbbc9ecb41a2cb23d6eb7bcd6068c5c2095b09bd5 (diff)
downloadscummvm-rg350-8921d86c9346c29ce339825952c813bc056f98c3.tar.gz
scummvm-rg350-8921d86c9346c29ce339825952c813bc056f98c3.tar.bz2
scummvm-rg350-8921d86c9346c29ce339825952c813bc056f98c3.zip
Added new required arg to initGraphics.
svn-id: r3768
Diffstat (limited to 'dc')
-rw-r--r--dc/display.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dc/display.cpp b/dc/display.cpp
index 8b773a48bf..73cec92be0 100644
--- a/dc/display.cpp
+++ b/dc/display.cpp
@@ -273,7 +273,7 @@ void drawMouse(Scumm *s, int xdraw, int ydraw, int w, int h,
ta_commit_list(&myvertex);
}
-void initGraphics(Scumm *s, bool fullScreen)
+void initGraphics(Scumm *s, bool fullScreen, unsigned int scaleFactor)
{
ta_sync();
if(!screen)