aboutsummaryrefslogtreecommitdiff
path: root/games/corsix-th/files
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2023-08-13 12:23:11 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2023-08-13 12:23:57 +0000
commit9ed0c1c0dc7312e9fe8ddaa95a663d9fd5d4a8ba (patch)
tree71aa39ec5e15d84e33be6e47957382b8abd705b7 /games/corsix-th/files
parent164f817254a79df7218769417526a9d03886565d (diff)
downloadports-9ed0c1c0dc7312e9fe8ddaa95a663d9fd5d4a8ba.tar.gz
ports-9ed0c1c0dc7312e9fe8ddaa95a663d9fd5d4a8ba.zip
games/corsix-th: Update to 0.67
Diffstat (limited to 'games/corsix-th/files')
-rw-r--r--games/corsix-th/files/patch-CorsixTH_Lua_app.lua6
-rw-r--r--games/corsix-th/files/patch-CorsixTH_Lua_config__finder.lua6
2 files changed, 6 insertions, 6 deletions
diff --git a/games/corsix-th/files/patch-CorsixTH_Lua_app.lua b/games/corsix-th/files/patch-CorsixTH_Lua_app.lua
index 998dd922ccd5..d30c61b6e1f1 100644
--- a/games/corsix-th/files/patch-CorsixTH_Lua_app.lua
+++ b/games/corsix-th/files/patch-CorsixTH_Lua_app.lua
@@ -1,11 +1,11 @@
---- CorsixTH/Lua/app.lua.orig 2021-06-17 02:16:54 UTC
+--- CorsixTH/Lua/app.lua.orig 2023-06-25 00:50:42 UTC
+++ CorsixTH/Lua/app.lua
-@@ -64,7 +64,7 @@ function App:App()
+@@ -65,7 +65,7 @@ function App:App()
}
self.strings = {}
self.savegame_version = SAVEGAME_VERSION
- self.check_for_updates = true
+ self.check_for_updates = false
+ self.idle_tick = 0
end
- --! Starts a Lua DBGp client & connects it to a DBGp server.
diff --git a/games/corsix-th/files/patch-CorsixTH_Lua_config__finder.lua b/games/corsix-th/files/patch-CorsixTH_Lua_config__finder.lua
index 2ef11aaf79ed..e56c9d3883d6 100644
--- a/games/corsix-th/files/patch-CorsixTH_Lua_config__finder.lua
+++ b/games/corsix-th/files/patch-CorsixTH_Lua_config__finder.lua
@@ -1,6 +1,6 @@
---- CorsixTH/Lua/config_finder.lua.orig 2021-06-17 02:16:54 UTC
+--- CorsixTH/Lua/config_finder.lua.orig 2023-06-25 00:50:42 UTC
+++ CorsixTH/Lua/config_finder.lua
-@@ -138,7 +138,7 @@ local config_defaults = {
+@@ -140,7 +140,7 @@ local config_defaults = {
shift_scroll_speed = 4,
new_graphics_folder = nil,
use_new_graphics = false,
@@ -8,4 +8,4 @@
+ check_for_updates = false,
room_information_dialogs = true,
allow_blocking_off_areas = false,
- direct_zoom = false
+ direct_zoom = nil,