Skip to content

Commit

Permalink
PRINCE: showHero() - kHeroStateRun fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslw committed Jul 30, 2014
1 parent 1b5d3e0 commit 08dd3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/prince/hero.cpp
Expand Up @@ -781,7 +781,7 @@ void Hero::showHero() {

int x, y, dir;

if (_state == kHeroStateMove) {
if (_state == kHeroStateMove || _state == kHeroStateRun) {
//go_for_it:
while (1) {
if (_currCoords != nullptr) {
Expand Down

0 comments on commit 08dd3f6

Please sign in to comment.