From d67f9623cc89f9bf23769819ee5716028e41d813 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 24 Jun 2006 10:46:47 +0000 Subject: Typo, and stress that getSavePath() is not to be used for storing savegames via Common::File svn-id: r23286 --- common/savefile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/savefile.h') diff --git a/common/savefile.h b/common/savefile.h index cc78039b71..cacb0bfaff 100644 --- a/common/savefile.h +++ b/common/savefile.h @@ -77,8 +77,8 @@ public: /** * Get the path to the save game directory. - * Should only be used for error messages, and not to construct file paths - * from it, since that is highl unportable. + * Should only be used for error messages, *never* to construct file paths + * from it, since that is highly unportable! */ virtual const char *getSavePath() const; }; -- cgit v1.2.3