diff options
-rw-r--r-- | queen/credits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/credits.h b/queen/credits.h index 4cfddb398f..aa40961a15 100644 --- a/queen/credits.h +++ b/queen/credits.h @@ -53,7 +53,7 @@ private: char *text; }; - Line _list[18]; + Line _list[19]; bool _running; int _count; |