diff options
author | Einar Johan Trøan Sømåen | 2014-08-29 03:28:43 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2014-08-29 03:28:43 +0200 |
commit | 2fa13404380ddb1f9fe364d78d84f2b9309a44b7 (patch) | |
tree | 4219ea597c61b33cc3ae83de36741111c3e3760c /engines/savestate.h | |
parent | 1506f6049e6a7ad7c9aedd2a48ffd0d360783d96 (diff) | |
download | scummvm-rg350-2fa13404380ddb1f9fe364d78d84f2b9309a44b7.tar.gz scummvm-rg350-2fa13404380ddb1f9fe364d78d84f2b9309a44b7.tar.bz2 scummvm-rg350-2fa13404380ddb1f9fe364d78d84f2b9309a44b7.zip |
ENGINES: Fix some Doxygen comments that seem wrong.
Diffstat (limited to 'engines/savestate.h')
-rw-r--r-- | engines/savestate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/savestate.h b/engines/savestate.h index 970e01485d..54eff0f8cb 100644 --- a/engines/savestate.h +++ b/engines/savestate.h @@ -140,7 +140,7 @@ public: * Sets the time the game was played before the save state was created. * * @param hours How many hours the user played the game so far. - * @param min How many minutes the user played the game so far. + * @param minutes How many minutes the user played the game so far. */ void setPlayTime(int hours, int minutes); |