summaryrefslogtreecommitdiff
path: root/src/f_finale.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/f_finale.c')
-rw-r--r--src/f_finale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f_finale.c b/src/f_finale.c
index c81649dd..7674f09f 100644
--- a/src/f_finale.c
+++ b/src/f_finale.c
@@ -132,7 +132,7 @@ void F_StartFinale (void)
// Find the right screen and set the text and background
- for (i=0; i<sizeof(textscreens) / sizeof(textscreen_t); ++i)
+ for (i=0; i<arrlen(textscreens); ++i)
{
textscreen_t *screen = &textscreens[i];