Changed erroneous "=" to "+="
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
58a02a609c
commit
002e0f7760
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#define NPC_UPDATE_POSITIONS_WITH_VELOCITIES(npc) \
|
||||
npc->x += npc->xm; \
|
||||
npc->y = npc->ym
|
||||
npc->y += npc->ym
|
||||
|
||||
#define NPC_SET_RECT_FROM_LEFT_RIGHT(npc, rcLeft, rcRight) \
|
||||
if (npc->direct == DIR_LEFT) \
|
||||
|
|
Loading…
Add table
Reference in a new issue