ENGINES: Fix some Doxygen comments that seem wrong.

This commit is contained in:
Einar Johan Trøan Sømåen 2014-08-29 03:28:43 +02:00
parent 1506f6049e
commit 2fa1340438
2 changed files with 1 additions and 2 deletions

View File

@ -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);

View File

@ -72,7 +72,6 @@ public:
* Fade the screen to black
*
* @param alpha amount to fade by (alpha value of black)
* @return
*/
virtual void fade(uint16 alpha) = 0;
/**