mirror of
https://github.com/vcmi/vcmi.git
synced 2026-05-20 09:49:37 +02:00
Gernsworth's patch for bug #1118
This commit is contained in:
@@ -1292,6 +1292,10 @@ bool CPlayerInterface::moveHero( const CGHeroInstance *h, CGPath path )
|
||||
CCS->soundh->stopSound(sh);
|
||||
}
|
||||
|
||||
//Update cursor so icon can change if needed when it reappears; doesn;'t apply if a dialog box pops up at the end of the movement
|
||||
if(!showingDialog->get())
|
||||
GH.fakeMouseMove();
|
||||
|
||||
//RAII unlocks
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user