mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-17 01:32:21 +02:00
Remove assert - confirmed to be legal scenario
This commit is contained in:
@ -100,7 +100,8 @@ void HeroMovementController::showTeleportDialog(const CGHeroInstance * hero, Tel
|
||||
}
|
||||
}
|
||||
|
||||
assert(0); // exit not found? How?
|
||||
// may happen when hero has path but does not moves alongside it
|
||||
// for example, while standing on teleporter set path that does not leads throught teleporter and press space
|
||||
LOCPLINT->cb->selectionMade(-1, askID);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user