Add a comment for a MSVC workaround.

This commit is contained in:
Mark de Wever 2007-10-31 20:51:09 +00:00
parent 01612f120f
commit 86b9e5c1ad

View file

@ -365,6 +365,7 @@ void gamemap::read(const std::string& data, const tborder border_tiles, const tu
throw incorrect_format_exception(msg.c_str());
}
/* The third parameter is required for MSVC++ 6.0 */
map = std::string(data, header_offset + 2, std::string::npos);
}