Magellan Linux

Annotation of /trunk/space4/patches/space4-20051113-cfg-defaults.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 509 byte(s)
-import

1 niro 153 --- space4/main/src/space4_main2.cpp 2005-11-12 23:45:42.000000000 +0000
2     +++ space4/main/src/space4_main2.cpp.patched 2005-11-13 21:09:46.000000000 +0000
3     @@ -89,14 +89,14 @@
4     "\n"
5     "Space4Config {\n"
6     " video: VideoSetting {\n"
7     -" resX: 640\n"
8     -" resY: 480\n"
9     +" resX: 1024\n"
10     +" resY: 768\n"
11     " bpp: 32\n"
12     -" fullscreen: false\n"
13     +" fullscreen: true\n"
14     " }\n"
15     " maxFramerate: 100\n"
16     " cameraMode: 'normal'\n"
17     -" specularEffect: false\n"
18     +" specularEffect: true\n"
19     "}\n\n";
20    
21