Add a comment for a MSVC workaround.
This commit is contained in:
parent
01612f120f
commit
86b9e5c1ad
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue