]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cgame.c
timer now simply returns the same time twice if the OS value wraps, and posts a warni...
[xonotic/darkplaces.git] / cgame.c
diff --git a/cgame.c b/cgame.c
index 615fb7f419189e32837aa1a8feae3de8c51d7469..00ca87c0bbc0d7e351943ae8dea1995678a228cc 100644 (file)
--- a/cgame.c
+++ b/cgame.c
@@ -27,8 +27,6 @@ typedef struct localentity_s
        float airfrictionscale;
        float gravityscale;
        void (*framethink)(struct localentity_s *e);
-       //int solid;
-       //void (*touch)(struct localentity_s *self, struct localentity_s *other);
        void (*touchnetwork)(struct localentity_s *self);
        cgdrawentity_t draw;
 }