mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-01 00:45:26 +02:00
- minor fixes
This commit is contained in:
@ -71,7 +71,7 @@ void CMapLoaderH3M::init()
|
||||
result.process_bytes(temp_buffer, temp_size);
|
||||
map->checksum = result.checksum();
|
||||
|
||||
delete temp_buffer;
|
||||
delete [] temp_buffer;
|
||||
inputStream->seek(0);
|
||||
|
||||
CStopWatch sw;
|
||||
|
Reference in New Issue
Block a user