diff options
Diffstat (limited to 'src/critter-script.cpp')
-rw-r--r-- | src/critter-script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/critter-script.cpp b/src/critter-script.cpp index b222f628..a10694fd 100644 --- a/src/critter-script.cpp +++ b/src/critter-script.cpp @@ -34,7 +34,7 @@ void empty_critter_script::on_init(const std::shared_ptr<critter>& p) } void empty_critter_script::on_update(const std::shared_ptr<critter>& p, size_t&, const Ns&) { - DBG_nospace << " update critter:" << (void*)&*p << " id:" << p->id << (p->name ? " name:" : "") << p->name; + //DBG_nospace << " update critter:" << (void*)&*p << " id:" << p->id << (p->name ? " name:" : "") << p->name; touch_ptr(p); } void empty_critter_script::on_destroy(const std::shared_ptr<critter>& p, script_destroy_reason r) |