File: windowed-mode.patch

package info (click to toggle)
angrydd 1.0.1-12
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,504 kB
  • sloc: python: 3,483; makefile: 42; sh: 1
file content (21 lines) | stat: -rw-r--r-- 614 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Markus Koschany <apo@debian.org>
Date: Fri, 17 Jan 2014 23:46:11 +0100
Subject: windowed mode

---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py
index 3c92ba0..4c71f8d 100644
--- a/config.py
+++ b/config.py
@@ -28,7 +28,7 @@ def init(rc_file):
     _config.set("settings", "ai", "2")
     _config.set("settings", "speed", "750")
     _config.set("settings", "combat", "no")
-    _config.set("settings", "fullscreen", "yes")
+    _config.set("settings", "fullscreen", "no")
 
     _config.add_section("buttons")
     _config.set("buttons", "start", "9")