1
0
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:
Frank Zago
2011-05-04 02:38:58 +00:00
parent 91dc7a0dd4
commit f7a4bb906c
6 changed files with 8 additions and 12 deletions

View File

@ -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++];