aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorFilippos Karapetis2011-12-05 21:50:57 +0200
committerFilippos Karapetis2011-12-05 21:50:57 +0200
commit652c025db04e3283a97198e82be546f82062b923 (patch)
treef26976fda376e6b98fc797abf338a5f29f3781c7 /engines/dreamweb/stubs.h
parentf0fc910d28f4e44f82f17c0bae14ae57aee5cf17 (diff)
downloadscummvm-rg350-652c025db04e3283a97198e82be546f82062b923.tar.gz
scummvm-rg350-652c025db04e3283a97198e82be546f82062b923.tar.bz2
scummvm-rg350-652c025db04e3283a97198e82be546f82062b923.zip
DREAMWEB: Merged several simple NPC functions into genericPerson()
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index 8ee093d253..73bd68e841 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -393,12 +393,10 @@
bool checkSpeed(ReelRoutine &routine);
void checkSpeed();
void sparkyDrip(ReelRoutine &routine);
- void otherSmoker(ReelRoutine &routine);
+ void genericPerson(ReelRoutine &routine);
void gamer(ReelRoutine &routine);
void eden(ReelRoutine &routine);
void sparky(ReelRoutine &routine);
- void femaleFan(ReelRoutine &routine);
- void maleFan(ReelRoutine &routine);
void rockstar(ReelRoutine &routine);
void madmansTelly(ReelRoutine &routine);
void smokeBloke(ReelRoutine &routine);