diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2021-12-30 16:18:25 +0000 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2021-12-30 16:18:25 +0000 |
commit | f7cc6b4dcc164403d62c9b48ae37f1c4c20f4b4f (patch) | |
tree | 01e10063327d80bc265efdec6680ed38147a87b9 /src/demorec.c | |
parent | 0f232d8eaee1f94896596a9969982297cee7dc67 (diff) |
Split up os.h, inline functions and fix some typos
Diffstat (limited to 'src/demorec.c')
-rw-r--r-- | src/demorec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demorec.c b/src/demorec.c index dda692f..76e7f00 100644 --- a/src/demorec.c +++ b/src/demorec.c @@ -31,7 +31,7 @@ #include "vcall.h" #define SIGNONSTATE_SPAWN 5 // ready to receive entity packets -#define SIGNONSTATE_FULL 6 // fully connected, first non-delta packet receieved +#define SIGNONSTATE_FULL 6 // fully connected, first non-delta packet received typedef void (*VCALLCONV f_StopRecording)(void *); typedef void (*VCALLCONV f_SetSignonState)(void *, int); |