Skip to content

Commit 1cc2765

Browse files
Update menu_lists.cpp
1 parent 332ca51 commit 1cc2765

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

menu_lists.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ TCHAR* gpc_playstyle19[22] = { _T("None"),
4646
_T("Offensive Goalkeeper"),
4747
_T("Defensive Goalkeeper") };
4848

49-
TCHAR* gpc_playstyle18[18] = { _T("None"),
49+
TCHAR* gpc_playstyle18[19] = { _T("None"),
5050
_T("Goal Poacher"),
5151
_T("Dummy Runner"),
5252
_T("Fox in the Box"),
@@ -99,3 +99,4 @@ TCHAR* gpc_pos_short[13] = { _T("GK"),_T("CB"),_T("LB"),_T("RB"),_T("DMF"),_T("C
9999
_T("LWF"),_T("RWF"),_T("SS"),_T("CF") };
100100

101101

102+

0 commit comments

Comments
 (0)