aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/messages
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-05 00:04:26 -0500
committerPaul Gilbert2016-03-05 00:04:26 -0500
commit5bdb873c47be734a6086510a6c8ff4cae19db21c (patch)
tree7222ddea7fcf6de695a7977d22ff15c2898d59e6 /engines/titanic/messages
parente03a1106628e2d3e954c67c21bada5eae07c5c7d (diff)
downloadscummvm-rg350-5bdb873c47be734a6086510a6c8ff4cae19db21c.tar.gz
scummvm-rg350-5bdb873c47be734a6086510a6c8ff4cae19db21c.tar.bz2
scummvm-rg350-5bdb873c47be734a6086510a6c8ff4cae19db21c.zip
TITANIC: gcc compilation fixes
Diffstat (limited to 'engines/titanic/messages')
-rw-r--r--engines/titanic/messages/door_auto_sound_event.h2
-rw-r--r--engines/titanic/messages/pet_messages.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/messages/door_auto_sound_event.h b/engines/titanic/messages/door_auto_sound_event.h
index ef417560dc..7eb1d04bf4 100644
--- a/engines/titanic/messages/door_auto_sound_event.h
+++ b/engines/titanic/messages/door_auto_sound_event.h
@@ -34,7 +34,7 @@ public:
int _fieldDC;
int _fieldE0;
public:
- CDoorAutoSoundEvent::CDoorAutoSoundEvent() : CAutoSoundEvent(),
+ CDoorAutoSoundEvent() : CAutoSoundEvent(),
_string1("z#44.wav"), _string2("z#43.wav"), _fieldDC(25), _fieldE0(25) {
}
diff --git a/engines/titanic/messages/pet_messages.h b/engines/titanic/messages/pet_messages.h
index 1aeaec0d0d..96e52eb61c 100644
--- a/engines/titanic/messages/pet_messages.h
+++ b/engines/titanic/messages/pet_messages.h
@@ -40,7 +40,7 @@ RAW_MESSAGE(CPETReceiveMsg);
RAW_MESSAGE(CPETSetStarDestinationMsg);
NUM_MESSAGE(CPETStarFieldLockMsg, _value);
RAW_MESSAGE(CPETStereoFieldOnOffMsg);
-SNUM_MESSAGE_VAL(CPETTargetMsg, _strValue, _numValue, nullptr, -1);
+SNUM_MESSAGE_VAL(CPETTargetMsg, _strValue, _numValue, (const char *)nullptr, -1);
} // End of namespace Titanic