aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tonychar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/tonychar.cpp')
-rw-r--r--engines/tony/tonychar.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/engines/tony/tonychar.cpp b/engines/tony/tonychar.cpp
index 17f046fb92..700b69a643 100644
--- a/engines/tony/tonychar.cpp
+++ b/engines/tony/tonychar.cpp
@@ -34,10 +34,6 @@
namespace Tony {
-/****************************************************************************\
-* Metodi di RMTony
-\****************************************************************************/
-
bool RMTony::_bAction = false;
void RMTony::initStatics() {
@@ -124,7 +120,7 @@ void RMTony::init(void) {
void RMTony::close(void) {
- // Disalloca @@@ Deallocation of missing item
+ // Deallocation of missing item
// _shadow.destroy();
}
@@ -479,7 +475,6 @@ void RMTony::put(int nWhere, int nPart) {
if (nPart == 0) {
switch (getCurPattern()) {
case PAT_STANDDOWN:
- //assert(0);
break;
case PAT_STANDUP:
@@ -690,7 +685,6 @@ bool RMTony::startTalkCalculate(CharacterTalkType nTalkType, int &headStartPat,
}
break;
-
case TALK_SING:
_nBodyOffset.set(-10, 25);
headStartPat = PAT_HEAD_LEFT;
@@ -744,7 +738,6 @@ bool RMTony::startTalkCalculate(CharacterTalkType nTalkType, int &headStartPat,
}
break;
-
case TALK_INDICATE:
switch (_talkDirection) {
case UP:
@@ -1181,7 +1174,6 @@ bool RMTony::endTalkCalculate(int &headStandPat, int &headEndPat, int &bodyEndPa
return false;
}
-
bStatic = false;
switch (_nTalkType) {
case TALK_NORMAL:
@@ -1759,7 +1751,6 @@ void RMTony::startStatic(CORO_PARAM, CharacterTalkType nTalk) {
CORO_END_CODE;
}
-
void RMTony::endStaticCalculate(CharacterTalkType nTalk, int &bodyEndPat, int &finalPat, int &headEndPat) {
switch (_talkDirection) {
case UP: