mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Make sure to pop the loading screen on error
This fixes the client getting stuck in the loading screen due to a drop error
This commit is contained in:
parent
a08a9a4f10
commit
f684349c18
3 changed files with 28 additions and 14 deletions
|
@ -62,6 +62,9 @@ void CL_CharEvent( int key ) {
|
|||
void CL_Disconnect() {
|
||||
}
|
||||
|
||||
void CL_AbnormalDisconnect() {
|
||||
}
|
||||
|
||||
void CL_MapLoading( qboolean flush, const char *pszMapName ) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue