aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/cine.cpp')
-rw-r--r--engines/cine/cine.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/cine/cine.cpp b/engines/cine/cine.cpp
index 0b5e3f4057..0d684ba715 100644
--- a/engines/cine/cine.cpp
+++ b/engines/cine/cine.cpp
@@ -103,9 +103,10 @@ int CineEngine::getTimerDelay() const {
return (10923000 * _timerDelayMultiplier) / 1193180;
}
-/*! \brief Modify game speed
- * \param speedChange Negative values slow game down, positive values speed it up, zero does nothing
- * \return Timer delay multiplier's value after the game speed change
+/**
+ * Modify game speed
+ * @param speedChange Negative values slow game down, positive values speed it up, zero does nothing
+ * @return Timer delay multiplier's value after the game speed change
*/
int CineEngine::modifyGameSpeed(int speedChange) {
// If we want more speed we decrement the timer delay multiplier and vice versa.