engine: common: mod_bmodel: make texture name array larger so it fits both world name and miptex name

This commit is contained in:
Alibek Omarov
2026-03-04 06:05:46 +05:00
parent 5ca31f0965
commit af5d190bc4
2 changed files with 2 additions and 3 deletions

View File

@@ -639,7 +639,6 @@ void ID_GetMD5ForAddress( char *key, netadr_t adr, size_t size )
MD5Context_t ctx;
byte buf[32], md5[16];
size_t bufsize = 0;
bloomfilter_t value = id;
switch( NET_NetadrType( &adr ))
{