mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-20 06:53:30 +00:00
Android build issues fixed
(except i fixed the wrong stuff first...)
This commit is contained in:
@@ -413,7 +413,7 @@ void LocalPlayer::tick() {
|
||||
|
||||
printf("armor %d: %d\n", i, a->getAuxValue());
|
||||
}
|
||||
/**/
|
||||
*/
|
||||
|
||||
updateArmorTypeHash();
|
||||
#ifndef STANDALONE_SERVER
|
||||
|
||||
@@ -74,7 +74,7 @@ void HumanoidMobRenderer::additionalRendering(Mob* mob, float a) {
|
||||
|
||||
// Render player cape if available
|
||||
{
|
||||
Player* player = dynamic_cast<Player*>(mob);
|
||||
Player* player = Player::asPlayer(mob);
|
||||
if (player) {
|
||||
const std::string capeTex = player->getCapeTexture();
|
||||
if (!capeTex.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user