mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-13 09:35:23 -04:00
Android: Fix once you go to a server, then quit, then go back to server list, flags appear corrupted (Thanks megaboi)
This commit is contained in:
parent
2b10ae408c
commit
c2f746adfc
@ -633,5 +633,8 @@ void Flags_Free(void) {
|
|||||||
for (i = 0; i < FetchFlagsTask.count; i++) {
|
for (i = 0; i < FetchFlagsTask.count; i++) {
|
||||||
Mem_Free(flags[i].bmp.scan0);
|
Mem_Free(flags[i].bmp.scan0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
flagsCount = 0;
|
||||||
|
FetchFlagsTask.count = 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user