aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/sword2.cpp')
-rw-r--r--sword2/sword2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/sword2.cpp b/sword2/sword2.cpp
index d7cfcde395..5889613a1a 100644
--- a/sword2/sword2.cpp
+++ b/sword2/sword2.cpp
@@ -78,7 +78,7 @@ uint8 stepOneCycle=0; // for use while game paused
//------------------------------------------------------------------------------------
-static const VersionSettings sword2_settings[] = {
+static const TargetSettings sword2_settings[] = {
/* Broken Sword 2 */
{"sword2", "Broken Sword II", GID_SWORD2, 99, MDT_ADLIB | MDT_NATIVE, GF_DEFAULT_TO_1X_SCALER, "players.clu" },
{"sword2demo", "Broken Sword II (Demo)", GID_SWORD2_DEMO, 99, MDT_ADLIB | MDT_NATIVE, GF_DEFAULT_TO_1X_SCALER, "players.clu" },
@@ -87,7 +87,7 @@ static const VersionSettings sword2_settings[] = {
Sword2State *g_sword2 = NULL;
-const VersionSettings *Engine_SWORD2_targetList() {
+const TargetSettings *Engine_SWORD2_targetList() {
return sword2_settings;
}