mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
ENGINES: Fix some Doxygen comments that seem wrong.
This commit is contained in:
parent
1506f6049e
commit
2fa1340438
@ -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);
|
||||
|
||||
|
@ -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;
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user