(svn r2071) - Feature: [ 1168743 ] save command for console: "save <filename>" to save a game (pkirchhofer)

pull/155/head
Darkvater 20 years ago
parent ed26914fa7
commit 4e6169db1e

@ -150,7 +150,7 @@ static void SaveMap(const char *filename)
{
char buf[200];
snprintf(buf, sizeof(buf), "%s%s%s.sav", _path.save_dir, PATHSEP, filename);
snprintf(buf, lengthof(buf), "%s%s%s.sav", _path.save_dir, PATHSEP, filename);
IConsolePrint(_iconsole_color_default, "Saving map...");
if (SaveOrLoad(buf, SL_SAVE) != SL_OK) {

Loading…
Cancel
Save