diff options
-rw-r--r-- | common/savefile.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; }; |