File: 04_starting_resolution.patch

package info (click to toggle)
billard-gl 1.75-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,572 kB
  • sloc: cpp: 10,496; makefile: 155
file content (24 lines) | stat: -rwxr-xr-x 767 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Author: Thierry Reding <thierry@doppeltgemoppelt.de>
Description: By default, start in windowed mode at a resolution of 640x480.
Bug-Debian: http://bugs.debian.org/173197
Bug-Debian: http://bugs.debian.org/284855
--- a/src/KommandoZeilenParameter.cpp
+++ b/src/KommandoZeilenParameter.cpp
@@ -144,7 +144,7 @@
   BandenFaktor         = 0.4;
   KollisionsFaktor     = 0.95;
   ZBufferLoeschen      = 1;
-  BildschirmAufloesung = 800;
+  BildschirmAufloesung = 640;
   Farbtiefe            = 16;
   Reflektionen         = 0;
   Sprache              = 0;
@@ -154,7 +154,7 @@
   TischLampen          = 2;
   GrueneLampe          = 0;
 
-  FullScreen           = 1;
+  FullScreen           = 0;
 
   EffektLautstaerke    = .5;
   MusikLautstaerke     = .5;