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

Fix parentheses warning #32

Merged
merged 3 commits into from Dec 29, 2011
Merged

Fix parentheses warning #32

merged 3 commits into from Dec 29, 2011

Conversation

ghost
Copy link

@ghost ghost commented Dec 28, 2011

First commit avoid a warning on a test.

In two next commits, to parentheses seems to have been forgotten.
The "&&" has priority over "||" but it ssems more logical (in this case) than the test with || is performed before the &&.

I couldn't test ingame this changes, please verify there before pull this.

XoD added 3 commits December 28, 2011 19:14
It's probably a small bug, powerupEndTime[ INVULNERABILITY ] can be
tested in multiplayer game.

Signed-off-by: XoD <xoddark@gmail.com>
It's probably a small bug, idBarrel	and idExplodingBarrel can by tested
event if spawnClearMoveables is false.

Signed-off-by: XoD <xoddark@gmail.com>
Gcc warn suggest parentheses arout arithmetic in operand of '|'.

Signed-off-by: XoD <xoddark@gmail.com>
TTimo pushed a commit that referenced this pull request Dec 29, 2011
@TTimo TTimo merged commit d5f7516 into TTimo:master Dec 29, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant