mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-03 23:19:22 +02:00
- removed debug
This commit is contained in:
@@ -277,8 +277,6 @@ std::vector< std::vector<ui8> > CCampaignHandler::getFile(const std::string & na
|
||||
std::vector<ui8> block(stream.getSize());
|
||||
stream.read(block.data(), block.size());
|
||||
ret.push_back(block);
|
||||
std::ofstream outFile("/home/ivan/vcmi.out");
|
||||
outFile.write((char*)block.data(), block.size());
|
||||
}
|
||||
while (!headerOnly && stream.getNextBlock());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user