]> git.pld-linux.org Git - packages/bzflag.git/blob - bzflag-printscore.patch
- spec adapterized.
[packages/bzflag.git] / bzflag-printscore.patch
1
2 This patch enables "-printscore" bzfs option
3
4 diff -durN bzflag.orig/src/bzfs/bzfs.cxx bzflag/src/bzfs/bzfs.cxx
5 --- bzflag.orig/src/bzfs/bzfs.cxx       Tue Jan 25 16:31:15 2000
6 +++ bzflag/src/bzfs/bzfs.cxx    Wed Apr 19 12:01:47 2000
7 @@ -15,6 +15,7 @@
8  // define TIMELIMIT to include code to enforce a game time limit
9  // define PRINTSCORE to include code to dump score info to stdout
10  
11 +#define PRINTSCORE
12  #define TIMELIMIT
13  
14  const int              MaxPlayers = 40;
This page took 0.246944 seconds and 3 git commands to generate.