summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/doom/hu_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/doom/hu_lib.c b/apps/plugins/doom/hu_lib.c
index 3c510b028c..df2fa883ec 100644
--- a/apps/plugins/doom/hu_lib.c
+++ b/apps/plugins/doom/hu_lib.c
@@ -222,6 +222,7 @@ void HUlib_eraseTextLine(hu_textline_t* l)
222// KK - If someone finds a use for this code, please fix it, I havn't seen the need 222// KK - If someone finds a use for this code, please fix it, I havn't seen the need
223// And it's not written to take into account scaling. Causing some nasty effects 223// And it's not written to take into account scaling. Causing some nasty effects
224// on smaller screens. 224// on smaller screens.
225 (void)l;
225#if 0 226#if 0
226 int lh; 227 int lh;
227 int y; 228 int y;