diff options
author | Torbjörn Andersson | 2009-12-30 19:06:34 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2009-12-30 19:06:34 +0000 |
commit | 6d52bce14fb8e40a731fc02bce0e8594f67e0937 (patch) | |
tree | 4c3c8d7d73048f7d32f22d59c51fce96e2d6b79d | |
parent | d4556f5a26864171e4ff437aae855f8f79e9531a (diff) | |
download | scummvm-rg350-6d52bce14fb8e40a731fc02bce0e8594f67e0937.tar.gz scummvm-rg350-6d52bce14fb8e40a731fc02bce0e8594f67e0937.tar.bz2 scummvm-rg350-6d52bce14fb8e40a731fc02bce0e8594f67e0937.zip |
Corrected an old comment.
svn-id: r46768
-rw-r--r-- | engines/sword2/maketext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/maketext.cpp b/engines/sword2/maketext.cpp index 35f0924404..84a2fccedd 100644 --- a/engines/sword2/maketext.cpp +++ b/engines/sword2/maketext.cpp @@ -659,7 +659,7 @@ void Sword2Engine::initialiseFontResourceFlags() { // Get the game name for the windows application - // According to the GetNameFunction(), which was never called and has + // According to the GetGameName(), which was never called and has // therefore been removed, the name of the game is: // // ENGLISH: "Broken Sword II" |