mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
MOHAWK: Fix I18N usage
This commit is contained in:
parent
67c01ef9bd
commit
02a28ad7aa
@ -1,5 +1,4 @@
|
||||
engines/mohawk/detection_tables.h
|
||||
engines/mohawk/detection.cpp
|
||||
engines/mohawk/dialogs.cpp
|
||||
engines/mohawk/metaengine.cpp
|
||||
engines/mohawk/mohawk.cpp
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "engines/advancedDetector.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "common/textconsole.h"
|
||||
#include "common/translation.h"
|
||||
|
||||
#include "mohawk/detection.h"
|
||||
|
||||
|
@ -19,6 +19,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/translation.h"
|
||||
|
||||
namespace Mohawk {
|
||||
|
||||
#define GUI_OPTIONS_MYST GUIO4(GUIO_NOASPECT, GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOMIDI)
|
||||
|
Loading…
Reference in New Issue
Block a user