From 7e224c97ae2728472180322f625dafa545f21f7f Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sat, 18 Jan 2025 21:46:00 -0800
Subject: Convert the PKGBUILD to my own fork of cataclysm-bn.

---
 hotfix-03_fix-enable-vsync-by-default-4433.patch | 26 ------------------------
 1 file changed, 26 deletions(-)
 delete mode 100644 hotfix-03_fix-enable-vsync-by-default-4433.patch

(limited to 'hotfix-03_fix-enable-vsync-by-default-4433.patch')

diff --git a/hotfix-03_fix-enable-vsync-by-default-4433.patch b/hotfix-03_fix-enable-vsync-by-default-4433.patch
deleted file mode 100644
index 1122713..0000000
--- a/hotfix-03_fix-enable-vsync-by-default-4433.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 4cc938973fab92800916dc99da5542bbcee14fa7 Mon Sep 17 00:00:00 2001
-From: scarf <greenscarf005@gmail.com>
-Date: Thu, 4 Apr 2024 18:14:18 +0900
-Subject: [PATCH] fix: enable vsync by default (#4433)
-
-was causing issues on windows
----
- src/options.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/options.cpp b/src/options.cpp
-index 684e8cbd48e..6bd5219ee22 100644
---- a/src/options.cpp
-+++ b/src/options.cpp
-@@ -2093,7 +2093,7 @@ void options_manager::add_options_graphics()
- #if defined(SDL_HINT_RENDER_VSYNC)
-     add( "VSYNC", graphics, translate_marker( "Use VSync" ),
-          translate_marker( "Enable vertical synchronization to prevent screen tearing.  VSync can slow the game down a lot.  Requires restart." ),
--         false, COPT_CURSES_HIDE
-+         true, COPT_CURSES_HIDE
-        );
- #endif
- 
--- 
-2.43.0
-
-- 
cgit v1.2.1