summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/i_system.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/i_system.c')
-rw-r--r--apps/plugins/doom/i_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/i_system.c b/apps/plugins/doom/i_system.c
index 40ebe981b4..4a22743405 100644
--- a/apps/plugins/doom/i_system.c
+++ b/apps/plugins/doom/i_system.c
@@ -72,7 +72,7 @@
72/* NOTE: 72/* NOTE:
73 73
74 The user timer is used to generate a 70Hz tick for Doom. But it 74 The user timer is used to generate a 70Hz tick for Doom. But it
75 is unavailable for the grayscale targets (it's used by the grayscale 75 is unavailable for the greyscale targets (it's used by the greyscale
76 lib) and is not implemented in the simulator - so we have to 76 lib) and is not implemented in the simulator - so we have to
77 approximate it using current_tick. 77 approximate it using current_tick.
78*/ 78*/