aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/messages/pet_messages.h
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/pet_messages.h
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/pet_messages.h')
-rw-r--r--engines/titanic/messages/pet_messages.h2
1 files changed, 1 insertions, 1 deletions
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