diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ai/CMakeLists.txt | 2 | ||||
-rw-r--r-- | bin/ai/compat_12.nut (renamed from bin/ai/compat_1.12.nut) | 0 | ||||
-rw-r--r-- | bin/game/CMakeLists.txt | 2 | ||||
-rw-r--r-- | bin/game/compat_12.nut (renamed from bin/game/compat_1.12.nut) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/bin/ai/CMakeLists.txt b/bin/ai/CMakeLists.txt index 83eb11962..9417004fc 100644 --- a/bin/ai/CMakeLists.txt +++ b/bin/ai/CMakeLists.txt @@ -12,7 +12,7 @@ set(AI_COMPAT_SOURCE_FILES ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.9.nut ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.10.nut ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.11.nut - ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.12.nut + ${CMAKE_CURRENT_SOURCE_DIR}/compat_12.nut ) foreach(AI_COMPAT_SOURCE_FILE IN LISTS AI_COMPAT_SOURCE_FILES) diff --git a/bin/ai/compat_1.12.nut b/bin/ai/compat_12.nut index 3081fb58e..3081fb58e 100644 --- a/bin/ai/compat_1.12.nut +++ b/bin/ai/compat_12.nut diff --git a/bin/game/CMakeLists.txt b/bin/game/CMakeLists.txt index 508254e1f..55a992be3 100644 --- a/bin/game/CMakeLists.txt +++ b/bin/game/CMakeLists.txt @@ -9,7 +9,7 @@ set(GS_COMPAT_SOURCE_FILES ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.9.nut ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.10.nut ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.11.nut - ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.12.nut + ${CMAKE_CURRENT_SOURCE_DIR}/compat_12.nut ) foreach(GS_COMPAT_SOURCE_FILE IN LISTS GS_COMPAT_SOURCE_FILES) diff --git a/bin/game/compat_1.12.nut b/bin/game/compat_12.nut index 3081fb58e..3081fb58e 100644 --- a/bin/game/compat_1.12.nut +++ b/bin/game/compat_12.nut |