diff options
Diffstat (limited to 'src/engineapi.h')
-rw-r--r-- | src/engineapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engineapi.h b/src/engineapi.h index fc191ca..0f4fa8f 100644 --- a/src/engineapi.h +++ b/src/engineapi.h @@ -109,7 +109,7 @@ struct SendTable { bool inited : 1; bool waswritten : 1; /* "has props encoded against current tick count" ??? */ - bool haspropsenccurtickcnt : 1; + bool haspropsenccurtickcnt : 1; }; struct ServerClass { char *name; |