Merge pull request #22 from ScatterBox/main

Update missing definition for movetoorigin
This commit is contained in:
Ian 2023-01-22 21:53:28 -05:00 committed by GitHub
commit 21ee62e269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -234,5 +234,7 @@ void SV_RunClients (void);
void SV_SaveSpawnparms ();
void SV_SpawnServer (const char *server);
void SV_MoveToOrigin (void);
#endif /* _QUAKE_SERVER_H */