aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-09-30 22:41:10 +1000
committerPaul Gilbert2012-09-30 22:41:10 +1000
commitc306fe01a6a0bb018caa5d5b2f7ba636c974dbee (patch)
tree0dc4ec563e0dc02f3e4ca48ae95124f5cdebc7bb /engines/hopkins/graphics.h
parent7eb6fffdbd6315ad68f424a99c643d8966fcef12 (diff)
downloadscummvm-rg350-c306fe01a6a0bb018caa5d5b2f7ba636c974dbee.tar.gz
scummvm-rg350-c306fe01a6a0bb018caa5d5b2f7ba636c974dbee.tar.bz2
scummvm-rg350-c306fe01a6a0bb018caa5d5b2f7ba636c974dbee.zip
HOPKINS: Fixed compilation errors with previously commented out methods
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index 7910e8f500..4c76a7f15e 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -177,7 +177,7 @@ public:
void INI_ECRAN2(const Common::String &file);
void OPTI_INI(const Common::String &file, int a2);
void NB_SCREEN();
- int colision2_ligne(int a1, int a2, int a3, int a4, int a5, int a6);
+ int colision2_ligne(int a1, int a2, int *a3, int *a4, int a5, int a6);
};
} // End of namespace Hopkins