mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
* small changes
This commit is contained in:
@@ -762,7 +762,7 @@ void Mapa::loadTown( CGObjectInstance * &nobj, const unsigned char * bufor, int
|
||||
nt->identifier = 0;
|
||||
if(version>RoE)
|
||||
{
|
||||
readNormalNr(bufor,i); i+=4;
|
||||
nt->identifier = readNormalNr(bufor,i); i+=4;
|
||||
}
|
||||
nt->tempOwner = bufor[i]; ++i;
|
||||
if(readChar(bufor,i)) //has name
|
||||
|
||||
Reference in New Issue
Block a user