(svn r26493) -Codechange: use strecat to concatenate script settings instead of manually accounting for the amount of characters that has been written
This commit is contained in:
@@ -172,7 +172,7 @@ public:
|
||||
* Convert the custom settings to a string that can be stored in the config
|
||||
* file or savegames.
|
||||
*/
|
||||
void SettingsToString(char *string, size_t size) const;
|
||||
void SettingsToString(char *string, const char *last) const;
|
||||
|
||||
/**
|
||||
* Search a textfile file next to this script.
|
||||
|
Reference in New Issue
Block a user