File: 10_nowebpage.patch

package info (click to toggle)
pangzero 1.4.1%2Bgit20121103-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,640 kB
  • sloc: perl: 4,105; makefile: 24
file content (20 lines) | stat: -rw-r--r-- 680 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
From: Markus Koschany <apo@debian.org>
Date: Tue, 23 Sep 2014 12:26:41 +0200
Subject: 10_nowebpage

---
 lib/Games/PangZero/Globals.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Games/PangZero/Globals.pm b/lib/Games/PangZero/Globals.pm
index 4f39fcd..5431157 100644
--- a/lib/Games/PangZero/Globals.pm
+++ b/lib/Games/PangZero/Globals.pm
@@ -243,6 +243,6 @@ $Games::PangZero::SeekerBallsEnabled     = 1;
 $Games::PangZero::FullScreen             = 1;
 $Games::PangZero::UnicodeMode            = 0;
 $Games::PangZero::Slippery               = 0;
-$Games::PangZero::ShowWebsite            = 0;
+$Games::PangZero::ShowWebsite            = '1.4.1';
 
 1;