Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - npepinpe

Pages: [1]
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

if (_movtick = !_movtick) {
             ^------------- assignment, not comparison!

This is a pretty ambiguous statement that's very hard for someone else to interpret without any comments :P

Pages: [1]
anything