mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
* fixed crash when there was no sabegames in Games/ subfolder
* fixed crash when loading map with a mine belonging to human player * fixed crash on moving hero into town garrison * fixed r-click infowindow for towns * new sight radious calculation. Works as OH3 for heroes, towns and probably all objects. (to be tested)
This commit is contained in:
@ -16,4 +16,5 @@ void foofoofoo()
|
||||
registerTypes((COSer<CConnection>&)*ccc);
|
||||
registerTypes((CSaveFile&)*ccc);
|
||||
registerTypes((CLoadFile&)*ccc);
|
||||
registerTypes((CTypeList&)*ccc);
|
||||
}
|
Reference in New Issue
Block a user