mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-26 03:15:40 +00:00
obsolete comment
This commit is contained in:
parent
6579645934
commit
0392145512
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ struct intro_text_line
|
|||
m_bCentered = false;
|
||||
m_bBackground = false;
|
||||
m_bBackgroundOnly = false;
|
||||
m_fWrapX = 182.0f; /* TODO: scaling as bugfix */
|
||||
m_fCenterSize = 640.0f; /* --||-- */
|
||||
m_fWrapX = 182.0f;
|
||||
m_fCenterSize = 640.0f;
|
||||
m_sBackgroundColor = CRGBA(128, 128, 128, 128);
|
||||
m_bTextProportional = true;
|
||||
m_bTextBeforeFade = false;
|
||||
|
|
Loading…
Reference in a new issue