1
SFML projects / Re: Black Knight Blockade (Minigame)
« on: December 18, 2012, 04:33:36 pm »
Little gripe about the code, in player.cpp:72
This is a pretty ambiguous statement that's very hard for someone else to interpret without any comments
if (_movtick = !_movtick) {
^------------- assignment, not comparison!
^------------- assignment, not comparison!
This is a pretty ambiguous statement that's very hard for someone else to interpret without any comments