Added warning when next dialog page is incorrect

This commit is contained in:
alexey.lysiuk 2016-01-21 15:53:58 +02:00
parent 673ac1295c
commit 598bccbe93

View file

@ -1365,6 +1365,10 @@ static void HandleReply(player_t *player, bool isconsole, int nodenum, int reply
}
}
}
else
{
Printf ("Next node %u is invalid, no such dialog page\n", next);
}
}
npc->angle = player->ConversationNPCAngle;