Skip to content

Commit

Permalink
Stop on init
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer committed Jan 10, 2011
1 parent 987d8fe commit d311327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Games/Sokoban/SDL.pm
Expand Up @@ -66,6 +66,7 @@ sub init_level {
$player_vx = 0;
$player_vy = 0;
$player_moving = 0;
$player->stop();
$player->x( $x * $size );
$player->y( $y * $size );
}
Expand Down

0 comments on commit d311327

Please sign in to comment.