aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-player.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-06-25 02:08:23 +0530
committerEugene Sandulenko2019-09-03 17:17:00 +0200
commit4657593aa414616f2611680d1d0147619ef0330b (patch)
tree154c8fe12e31a59cc33908c10ead650874d9063d /engines/hdb/ai-player.cpp
parent10246121e082f1c5dda7cf9b7171244d6811c27d (diff)
downloadscummvm-rg350-4657593aa414616f2611680d1d0147619ef0330b.tar.gz
scummvm-rg350-4657593aa414616f2611680d1d0147619ef0330b.tar.bz2
scummvm-rg350-4657593aa414616f2611680d1d0147619ef0330b.zip
HDB: Add aiShockBot functions
Diffstat (limited to 'engines/hdb/ai-player.cpp')
-rw-r--r--engines/hdb/ai-player.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/engines/hdb/ai-player.cpp b/engines/hdb/ai-player.cpp
index d585d9bbf4..ea02debb60 100644
--- a/engines/hdb/ai-player.cpp
+++ b/engines/hdb/ai-player.cpp
@@ -320,22 +320,6 @@ void aiMaintBotInitAction(AIEntity *e) {
warning("STUB: AI: aiMaintBotInitAction required");
}
-void aiShockBotAction(AIEntity *e) {
- warning("STUB: AI: aiShockBotAction required");
-}
-
-void aiShockBotShock(AIEntity *e, int mx, int my) {
- warning("STUB: AI: aiShockBotShock required");
-}
-
-void aiShockBotInit(AIEntity *e) {
- warning("STUB: AI: aiShockBotInit required");
-}
-
-void aiShockBotInit2(AIEntity *e) {
- warning("STUB: AI: aiShockBotInit2 required");
-}
-
void aiScientistInit(AIEntity *e) {
warning("STUB: AI: aiScientistInit required");
}