aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic')
-rw-r--r--engines/titanic/core/game_object.cpp2
-rw-r--r--engines/titanic/core/message_target.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/engines/titanic/core/game_object.cpp b/engines/titanic/core/game_object.cpp
index d1f3a32493..9e155908d5 100644
--- a/engines/titanic/core/game_object.cpp
+++ b/engines/titanic/core/game_object.cpp
@@ -1410,7 +1410,7 @@ CStarControl *CGameObject::getStarControl() const {
if (!starControl) {
CViewItem *view = getGameManager()->getView();
if (view)
- starControl = starControl = static_cast<CStarControl *>(view->findChildInstanceOf(CStarControl::_type));
+ starControl = static_cast<CStarControl *>(view->findChildInstanceOf(CStarControl::_type));
}
return starControl;
diff --git a/engines/titanic/core/message_target.h b/engines/titanic/core/message_target.h
index e5bdf3e08a..42e9e5a3c4 100644
--- a/engines/titanic/core/message_target.h
+++ b/engines/titanic/core/message_target.h
@@ -73,7 +73,6 @@ protected: \
{ return getThisMessageMap(); } \
const MSGMAP *theClass::getThisMessageMap() \
{ \
- typedef theClass ThisClass; \
typedef baseClass TheBaseClass; \
static const MSGMAP_ENTRY _messageEntries[] = { \
{ (PMSG)nullptr, nullptr } \