diff options
author | Filippos Karapetis | 2011-12-05 21:50:57 +0200 |
---|---|---|
committer | Filippos Karapetis | 2011-12-05 21:50:57 +0200 |
commit | 652c025db04e3283a97198e82be546f82062b923 (patch) | |
tree | f26976fda376e6b98fc797abf338a5f29f3781c7 /engines/dreamweb/stubs.h | |
parent | f0fc910d28f4e44f82f17c0bae14ae57aee5cf17 (diff) | |
download | scummvm-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.h | 4 |
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); |