Skip to content

Commit 2ad3670

Browse files
Update menu_lists.cpp
1 parent 11ad905 commit 2ad3670

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

menu_lists.cpp

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

49-
TCHAR* gpc_playstyle18[19] = { _T("None"),
49+
TCHAR* gpc_playstyle18[18] = { _T("None"),
50+
_T("Goal Poacher"),
51+
_T("Dummy Runner"),
52+
_T("Fox in the Box"),
53+
_T("Prolific Winger"),
54+
_T("Classic No. 10"),
55+
_T("Hole Player"),
56+
_T("Box to Box"),
57+
_T("Anchor Man"),
58+
_T("The Destroyer"),
59+
_T("Extra Frontman"),
60+
_T("Offensive Fullback"),
61+
_T("Defensive Fullback"),
62+
_T("Target Man"),
63+
_T("Creative Playmaker"),
64+
_T("Build Up"),
65+
_T("Offensive Goalkeeper"),
66+
_T("Defensive Goalkeeper") };
67+
68+
TCHAR* gpc_playstyle16[19] = { _T("None"),
5069
_T("Goal Poacher"),
5170
_T("Dummy Runner"),
5271
_T("Fox in the Box"),
@@ -100,3 +119,4 @@ TCHAR* gpc_pos_short[13] = { _T("GK"),_T("CB"),_T("LB"),_T("RB"),_T("DMF"),_T("C
100119

101120

102121

122+

0 commit comments

Comments
 (0)