diff options
author | rubidium <rubidium@openttd.org> | 2012-02-19 19:14:17 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-02-19 19:14:17 +0000 |
commit | a5cb454e94a61a180469e6e9bd2b10e71bb519fb (patch) | |
tree | 0d7da43d5965ae09243d0baa16a1c0647bdea427 /src/game | |
parent | 1c4827cc713b801a39cbd06848424167afedeb95 (diff) | |
download | openttd-a5cb454e94a61a180469e6e9bd2b10e71bb519fb.tar.xz |
(svn r23969) -Codechange: trunk heads to 1.3 now
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/game_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game_info.cpp b/src/game/game_info.cpp index 947973f4d..e69eae073 100644 --- a/src/game/game_info.cpp +++ b/src/game/game_info.cpp @@ -22,7 +22,7 @@ */ static bool CheckAPIVersion(const char *api_version) { - return strcmp(api_version, "1.2") == 0; + return strcmp(api_version, "1.2") == 0 || strcmp(api_version, "1.3") == 0; } #if defined(WIN32) |