mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-13 23:57:41 +02:00
* next part of exchange window
* changed some CDefHandlers to CDefEssential (the second is less memory consuming) * minor changes
This commit is contained in:
@@ -73,7 +73,7 @@ void CPCXConv::convert()
|
||||
unsigned char add;
|
||||
int it=0;
|
||||
|
||||
std::stringstream out;
|
||||
std::ostringstream out;
|
||||
|
||||
fSize = readNormalNr(it,4,pcx);it+=4;
|
||||
bh.x = readNormalNr(it,4,pcx);it+=4;
|
||||
|
||||
Reference in New Issue
Block a user