diff options
author | Gregory Montoir | 2004-01-19 21:46:02 +0000 |
---|---|---|
committer | Gregory Montoir | 2004-01-19 21:46:02 +0000 |
commit | 3de67205c3caa287d17b7a54c200f3930a33a94d (patch) | |
tree | 7ca485c2d029411b70dd84639a668e776f0d1e9d | |
parent | 993fba68f15733c7ac5c4b423833999574d182cd (diff) | |
download | scummvm-rg350-3de67205c3caa287d17b7a54c200f3930a33a94d.tar.gz scummvm-rg350-3de67205c3caa287d17b7a54c200f3930a33a94d.tar.bz2 scummvm-rg350-3de67205c3caa287d17b7a54c200f3930a33a94d.zip |
increase Credits::_list size to match the German version requirements (thanks Alexander Holler)
svn-id: r12525
-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; |