1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 03:17:34 +00:00

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,14 +1,14 @@
From 8b1b102cd2dce045caf8603aa903bc9265c32cc4 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Jelle Raaijmakers <jelle@gmta.nl>
Date: Fri, 24 Dec 2021 15:24:16 +0100
Subject: [PATCH 2/3] Disable full screen
Subject: [PATCH] Disable full screen
---
src/game_config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/game_config.c b/src/game_config.c
index 6d1e979..f4c1c0c 100644
index 6d1e979..35b6036 100644
--- a/src/game_config.c
+++ b/src/game_config.c
@@ -505,7 +505,7 @@ void init_game_configuration()
@ -20,6 +20,3 @@ index 6d1e979..f4c1c0c 100644
"# If true then the game will run in full-screen mode." );
INIT_PARAM_INT(
--
2.36.1