mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +02:00
fixed typo
This commit is contained in:
parent
e4fce8fc8f
commit
c8929b364b
@ -1518,7 +1518,7 @@ void CPlayerInterface::objectRemoved( const CGObjectInstance *obj )
|
|||||||
EVENT_HANDLER_CALLED_BY_CLIENT;
|
EVENT_HANDLER_CALLED_BY_CLIENT;
|
||||||
if (LOCPLINT->cb->getCurrentPlayer() == playerID) {
|
if (LOCPLINT->cb->getCurrentPlayer() == playerID) {
|
||||||
std::string handlerName = VLC->objtypeh->getObjectHandlerName(obj->ID);
|
std::string handlerName = VLC->objtypeh->getObjectHandlerName(obj->ID);
|
||||||
if ((handlerName == "pickable") || (handlerName == "scholar") || (handlerName== "artifact") || (handlerName == "pandora") {
|
if ((handlerName == "pickable") || (handlerName == "scholar") || (handlerName== "artifact") || (handlerName == "pandora")) {
|
||||||
waitWhileDialog();
|
waitWhileDialog();
|
||||||
CCS->soundh->playSoundFromSet(CCS->soundh->pickupSounds);
|
CCS->soundh->playSoundFromSet(CCS->soundh->pickupSounds);
|
||||||
} else if ((handlerName == "monster") || (handlerName == "hero")) {
|
} else if ((handlerName == "monster") || (handlerName == "hero")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user