Skip to content

Commit 3164af7

Browse files
Fix TFResourceNames using array based enum struct (#1154)
1 parent 2ebbf27 commit 3164af7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/include/tf2_stocks.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ enum TFResourceType
328328
TFResource_PlayerClass
329329
};
330330

331-
static const char TFResourceNames[TFResourceType][] =
331+
static const char TFResourceNames[][] =
332332
{
333333
"m_iPing",
334334
"m_iScore",

0 commit comments

Comments
 (0)