aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreambase.h
diff options
context:
space:
mode:
authorFilippos Karapetis2011-12-26 03:15:47 +0200
committerFilippos Karapetis2011-12-26 03:15:47 +0200
commitd503838fd65db483a764d550cc6cce32984f6381 (patch)
tree0c74268df8db8865982facb7c9bf7ba6e761843a /engines/dreamweb/dreambase.h
parent9a89f8884c0da0ee7c979d6df19969713fa16bf5 (diff)
downloadscummvm-rg350-d503838fd65db483a764d550cc6cce32984f6381.tar.gz
scummvm-rg350-d503838fd65db483a764d550cc6cce32984f6381.tar.bz2
scummvm-rg350-d503838fd65db483a764d550cc6cce32984f6381.zip
DREAMWEB: Moved the two rollEndCredits functions together in print.cpp and renamed them to rollEndCreditsGameWon and rollEndCreditsGameLost
Diffstat (limited to 'engines/dreamweb/dreambase.h')
-rw-r--r--engines/dreamweb/dreambase.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/dreamweb/dreambase.h b/engines/dreamweb/dreambase.h
index 3b4ef7e131..a669e6bc20 100644
--- a/engines/dreamweb/dreambase.h
+++ b/engines/dreamweb/dreambase.h
@@ -291,6 +291,8 @@ public:
uint16 waitFrames();
void printCurs();
void delCurs();
+ void rollEndCreditsGameWon();
+ void rollEndCreditsGameLost();
// from saveload.cpp
void loadGame();
@@ -362,7 +364,6 @@ public:
void intro2Text(uint16 nextReelPointer);
void intro3Text(uint16 nextReelPointer);
- void rollEndCredits();
void monks2text();
void textForEnd();
void textForMonkHelper(uint8 textIndex, uint8 voiceIndex, uint8 x, uint8 y, uint16 countToTimed, uint16 timeCount);
@@ -726,8 +727,6 @@ public:
void createPanel();
void createPanel2();
void showPanel();
- void rollEndCredits2();
- void rollEm();
};