mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
New, experimental crashhandler for windows (creates minidumps).
Several minor fixes and improvements.
This commit is contained in:
@ -361,9 +361,6 @@ void Graphics::loadHeroAnims()
|
||||
loadHeroAnim("AB01_.DEF", rotations, &Graphics::boatAnims);
|
||||
loadHeroAnim("AB02_.DEF", rotations, &Graphics::boatAnims);
|
||||
loadHeroAnim("AB03_.DEF", rotations, &Graphics::boatAnims);
|
||||
VLC->dobjinfo->gobjs[8][0]->handler = boatAnims[0];
|
||||
VLC->dobjinfo->gobjs[8][1]->handler = boatAnims[1];
|
||||
VLC->dobjinfo->gobjs[8][2]->handler = boatAnims[2];
|
||||
}
|
||||
|
||||
void Graphics::loadHeroAnim( const std::string &name, const std::vector<std::pair<int,int> > &rotations, std::vector<CDefEssential *> Graphics::*dst )
|
||||
|
Reference in New Issue
Block a user