Created
January 5, 2015 17:18
-
-
Save tpoechtrager/32003a0694d487105e4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: fpsgame/extinfo.h | |
=================================================================== | |
--- fpsgame/extinfo.h (Revision 456) | |
+++ fpsgame/extinfo.h (Arbeitskopie) | |
@@ -94,6 +94,7 @@ | |
case EXT_UPTIME: | |
{ | |
putint(p, totalsecs); //in seconds | |
+ if(req.remaining() && req.get() > 0) putint(p, -6); | |
break; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment