File tree 3 files changed +14
-0
lines changed
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ apply-patches:
62
62
$(PATCH ) < patches/server_demo_name.patch
63
63
$(PATCH ) < patches/spec_teleports.patch
64
64
$(PATCH ) < patches/demo_info_message.patch
65
+ $(PATCH ) < patches/extinfo_mod_id.patch
65
66
unix2dos src/vcpp/sauerbraten.nsi
66
67
unix2dos src/vcpp/sauerbraten.vcxproj
67
68
cd src && make depend
Original file line number Diff line number Diff line change
1
+ diff --git src/fpsgame/extinfo.h src/fpsgame/extinfo.h
2
+ index 0e747e7..a2073d8 100644
3
+ --- src/fpsgame/extinfo.h
4
+ +++ src/fpsgame/extinfo.h
5
+ @@ -96,6 +96,7 @@
6
+ case EXT_UPTIME:
7
+ {
8
+ putint(p, totalsecs); //in seconds
9
+ + if(req.remaining() && req.get()) putint(p, -9); // -9 = p1xbraten server mod ID
10
+ break;
11
+ }
12
+
Original file line number Diff line number Diff line change 96
96
case EXT_UPTIME :
97
97
{
98
98
putint (p , totalsecs ); //in seconds
99
+ if (req .remaining () && req .get ()) putint (p , -9 ); // -9 = p1xbraten server mod ID
99
100
break ;
100
101
}
101
102
You can’t perform that action at this time.
0 commit comments