Skip to content

Instantly share code, notes, and snippets.

@tpoechtrager
Created January 5, 2015 17:18
Show Gist options
  • Save tpoechtrager/32003a0694d487105e4b to your computer and use it in GitHub Desktop.
Save tpoechtrager/32003a0694d487105e4b to your computer and use it in GitHub Desktop.
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