diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-02 05:42:30 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-02 22:35:38 +0200 |
| commit | da156d254f12426c565825f74e983f0204ba3a90 (patch) | |
| tree | af461fad4c9b36c174fb6694b8ab775e2eba9cd6 /src/critter-script.cpp | |
| parent | 9d35200ea54a0729d489dc2c76823a2a13cdcac4 (diff) | |
b
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 5b9efbfa..7b80234f 100644 --- a/src/critter-script.cpp +++ b/src/critter-script.cpp @@ -44,7 +44,7 @@ void empty_critter_script::on_destroy(const std::shared_ptr<critter>& p, script_ } void empty_critter_script::delete_self() noexcept { - DBG_nospace << "> delete critter:"; + DBG_nospace << "> delete critter"; } empty_critter_script empty_script_ = {}; |
