From 7a0e861c7d6f379928d159285d4da73004bed1f0 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 11 Nov 2019 21:41:28 +0100 Subject: [PATCH] Fix compile. --- data/item_template.cpp | 2 +- entities/entity.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/item_template.cpp b/data/item_template.cpp index f51ff6f..bee0baa 100644 --- a/data/item_template.cpp +++ b/data/item_template.cpp @@ -376,7 +376,7 @@ Ref ItemTemplate::create_item_instance() { item.instance(); //todo setup - ERR_EXPLAIN("NOT YET IMPLEMENTED!"); + //ERR_EXPLAIN("NOT YET IMPLEMENTED!"); ERR_FAIL_V(item); return item; diff --git a/entities/entity.cpp b/entities/entity.cpp index 0f3b745..4c9afb8 100644 --- a/entities/entity.cpp +++ b/entities/entity.cpp @@ -2538,7 +2538,7 @@ void Entity::sremove_aura_dispelled(Ref aura) { } void Entity::saura_refreshed(Ref aura) { - ERR_EXPLAIN("NYI"); + //ERR_EXPLAIN("NYI"); ERR_FAIL(); ERR_FAIL_COND(!aura.is_valid()); @@ -2675,7 +2675,7 @@ void Entity::cremove_aura_dispelled(Ref aura) { } void Entity::caura_refreshed(Ref aura) { - ERR_EXPLAIN("NYI"); + //ERR_EXPLAIN("NYI"); ERR_FAIL(); ERR_FAIL_COND(!aura.is_valid());