aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-player.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-06-27 22:31:32 +0530
committerEugene Sandulenko2019-09-03 17:17:02 +0200
commit0daae853408a8a1e7a35bef52dee88a79fac4541 (patch)
tree9c767d728a58ad47a04082cd0da72db77624be70 /engines/hdb/ai-player.cpp
parent235040fb8a331d0cd5bccd6877966ffb1f3ed928 (diff)
downloadscummvm-rg350-0daae853408a8a1e7a35bef52dee88a79fac4541.tar.gz
scummvm-rg350-0daae853408a8a1e7a35bef52dee88a79fac4541.tar.bz2
scummvm-rg350-0daae853408a8a1e7a35bef52dee88a79fac4541.zip
HDB: Add and call useAutoDoorOpenClose()
Diffstat (limited to 'engines/hdb/ai-player.cpp')
-rw-r--r--engines/hdb/ai-player.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/hdb/ai-player.cpp b/engines/hdb/ai-player.cpp
index e3997494c8..7cfcb24fcf 100644
--- a/engines/hdb/ai-player.cpp
+++ b/engines/hdb/ai-player.cpp
@@ -952,10 +952,6 @@ void callbackDoorOpenClose(int x, int y) {
warning("STUB: AI: callbackDoorOpenClose required");
}
-void callbackAutoDoorOpenClose(int x, int y) {
- warning("STUB: AI: callbackAutoDoorOpenClose required");
-}
-
// Utility Functions
void aiAnimateStanddown(AIEntity *e, int speed) {
warning("STUB: AI: aiAnimateStanddown required");