diff options
Diffstat (limited to 'src/gun.c')
| -rw-r--r-- | src/gun.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -89,7 +89,8 @@ static void addShotTrivial(tux_t *tux, int x, int y, int px, int py, int gun) return; } */ - addList( getCurrentArena()->listShot, shot ); + //addList( getCurrentArena()->listShot, shot ); + addObjectToSpace(getCurrentArena()->spaceShot, shot); if( getNetTypeGame() == NET_GAME_TYPE_SERVER ) { |