aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/timers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/timers.cpp')
-rw-r--r--engines/tinsel/timers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/timers.cpp b/engines/tinsel/timers.cpp
index 8446aad0fa..fa74797dd9 100644
--- a/engines/tinsel/timers.cpp
+++ b/engines/tinsel/timers.cpp
@@ -41,7 +41,7 @@ namespace Tinsel {
#define MAX_TIMERS 16
struct TIMER {
- int tno; /**< Timer number */
+ int tno; /**< Timer number */
int ticks; /**< Tick count */
int secs; /**< Second count */
int delta; /**< Increment/decrement value */