Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace PUSH() Macro with pushback #247

Merged
merged 2 commits into from
Feb 20, 2016
Merged

replace PUSH() Macro with pushback #247

merged 2 commits into from
Feb 20, 2016

Conversation

jokoho48
Copy link
Member

No description provided.

@jokoho48 jokoho48 changed the title replace PUSH() Macro with pushback from Code replace PUSH() Macro with pushback Jan 23, 2016
@@ -42,7 +42,7 @@ _number = [];
// Format of player label is "<groupName>:<groupNumber> <playerName>"
for "_i" from (_groupLabelLen + 1) to ((count _labelArray) - 1) do {
if ((_labelArray select _i) == ASCII_SPACE) exitWith {};
PUSH(_number,_labelArray select _i);
_number pushBack _labelArray select _i;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_number pushBack (_labelArray select _i);

@jokoho48
Copy link
Member Author

ok change/fixed

@commy2
Copy link
Contributor

commy2 commented Feb 18, 2016

👍
looks good

Killswitch00 added a commit that referenced this pull request Feb 20, 2016
replace PUSH() Macro with pushback
@Killswitch00 Killswitch00 merged commit a337a13 into CBATeam:master Feb 20, 2016
@Killswitch00 Killswitch00 added this to the 2.3.1 milestone Feb 20, 2016
@jokoho48 jokoho48 deleted the removeOldMacros branch February 20, 2016 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants