Clear the world to prevent crashes

This commit is contained in:
smallmodel 2024-09-08 00:56:03 +02:00
parent 4d12bcb184
commit 86ddec3f76
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
4 changed files with 36 additions and 6 deletions

View file

@ -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 );