Skip to content

Commit

Permalink
Version 1.0 Release Candidate 6.2 (OSX support)
Browse files Browse the repository at this point in the history
added Mac OS X weidu Binary
  • Loading branch information
K4thos committed Sep 11, 2016
1 parent e5e56d1 commit c679af7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EET/base/lua/M_EET.LUA
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ chapterText = function ()
if (chapter == 0) and (currentCampaign == const.START_CAMPAIGN_BP1) or (currentCampaign == const.START_CAMPAIGN_BP2) then
return t("ARENA_MODE_LABEL")
elseif (chapter < 8) then
return Infinity_FetchString(16202 + chapter)
return Infinity_FetchString(216202 + chapter)
elseif (chapter == 8) then
return eetStrings.EET_CHAPTER_8
elseif (chapter == 9) then
Expand Down
Binary file added setup-EET
Binary file not shown.

0 comments on commit c679af7

Please sign in to comment.