fix typos after regex code style fix

This commit is contained in:
GenZmeY 2021-06-13 10:29:12 +03:00
parent ad77bf6d51
commit 7cae2bb925
12 changed files with 30 additions and 30 deletions

View File

@ -229,13 +229,13 @@ struct SCEStyle
ShapePlayersCountBox = 4
ShapeHeaderBox = 2
ShapeLeftStateBoxTopPlayer = 1
ShapeLeftStateBoxMidPlayer = 0
ShapeLeftStateBoxBottomPlayer = 3
ShapePlayerBoxTopPlayer = 1
ShapeLeftStateBoxMidPlayer = 1
ShapeLeftStateBoxBottomPlayer = 1
ShapePlayerBoxTopPlayer = 0
ShapePlayerBoxMidPlayer = 0
ShapePlayerBoxBottomPlayer = 3
ShapeStatsBoxTopPlayer = 1
ShapeStatsBoxMidPlayer = 0
ShapePlayerBoxBottomPlayer = 0
ShapeStatsBoxTopPlayer = 3
ShapeStatsBoxMidPlayer = 3
ShapeStatsBoxBottomPlayer = 3
ServerNameBoxColor = (R=75, G=0, B=0, A=200)