mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-23 00:28:08 +02:00
Several minor cleanups.
This commit is contained in:
@ -933,11 +933,9 @@ void Mapa::readRumors( const unsigned char * bufor, int &i)
|
||||
void Mapa::readHeader( const unsigned char * bufor, int &i)
|
||||
{
|
||||
//reading allowed heroes (20 bytes)
|
||||
int ist = i;
|
||||
|
||||
ist=i; //starting i for loop
|
||||
|
||||
int ist = i; //starting i for loop
|
||||
unsigned char disp = 0;
|
||||
|
||||
if(version>=SoD)
|
||||
{
|
||||
disp = bufor[i++];
|
||||
|
Reference in New Issue
Block a user