diff options
author | Paul Gilbert | 2016-02-26 00:16:25 -0500 |
---|---|---|
committer | Paul Gilbert | 2016-02-26 00:16:25 -0500 |
commit | c5847f5b8093833edc5dc4c26bf239d462b9f2f1 (patch) | |
tree | 15a33081460627a01159b9831fdca388deafbb37 /engines/titanic/game | |
parent | db4dfcebeb669f83c1a3768380e641f598fb9049 (diff) | |
download | scummvm-rg350-c5847f5b8093833edc5dc4c26bf239d462b9f2f1.tar.gz scummvm-rg350-c5847f5b8093833edc5dc4c26bf239d462b9f2f1.tar.bz2 scummvm-rg350-c5847f5b8093833edc5dc4c26bf239d462b9f2f1.zip |
TITANIC: Start of new messages sub-folder
Diffstat (limited to 'engines/titanic/game')
-rw-r--r-- | engines/titanic/game/door_auto_sound_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/door_auto_sound_event.h b/engines/titanic/game/door_auto_sound_event.h index 66e9594b40..9bba304daa 100644 --- a/engines/titanic/game/door_auto_sound_event.h +++ b/engines/titanic/game/door_auto_sound_event.h @@ -23,7 +23,7 @@ #ifndef TITANIC_DOOR_AUTO_SOUND_EVENT_H #define TITANIC_DOOR_AUTO_SOUND_EVENT_H -#include "titanic/core/auto_sound_event.h" +#include "titanic/messages/auto_sound_event.h" namespace Titanic { |