mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-09 03:58:14 +03:00
Clear the world to prevent crashes
This commit is contained in:
parent
4d12bcb184
commit
86ddec3f76
4 changed files with 36 additions and 6 deletions
|
@ -1757,6 +1757,7 @@ void RE_SetWorldVisData( const byte *vis );
|
|||
qhandle_t RE_RegisterModel( const char *name );
|
||||
qhandle_t RE_RegisterSkin( const char *name );
|
||||
void RE_Shutdown( qboolean destroyWindow );
|
||||
void R_ClearWorld(void);
|
||||
|
||||
qboolean R_GetEntityToken( char *buffer, int size );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue