mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Fix hero initialization form random map
This commit is contained in:
@@ -141,6 +141,7 @@ void MapController::repairMap()
|
|||||||
{
|
{
|
||||||
nih->typeName = "prison";
|
nih->typeName = "prison";
|
||||||
nih->subTypeName = "prison";
|
nih->subTypeName = "prison";
|
||||||
|
nih->subID = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
nih->type = type;
|
nih->type = type;
|
||||||
|
|||||||
Reference in New Issue
Block a user