diff options
author | José Ávila <linux@javila.net> | 2005-07-03 08:21:30 +0000 |
---|---|---|
committer | José Ávila <linux@javila.net> | 2005-07-03 08:21:30 +0000 |
commit | 5ac9516f0858829a90a1c4bb03556078a81a55f4 (patch) | |
tree | 1deb26b3bc04f54a9d62b75838664489c15e2472 /src/being.cpp | |
parent | af08905182495e2f20622515b56be90d5ac53b14 (diff) | |
download | mana-5ac9516f0858829a90a1c4bb03556078a81a55f4.tar.gz mana-5ac9516f0858829a90a1c4bb03556078a81a55f4.tar.bz2 mana-5ac9516f0858829a90a1c4bb03556078a81a55f4.tar.xz mana-5ac9516f0858829a90a1c4bb03556078a81a55f4.zip |
Correcting a little mistake
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/being.cpp b/src/being.cpp index ec12976d..3c1c6d15 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -76,10 +76,6 @@ void remove_node(unsigned int id) { autoTarget = NULL; } - if (followBeing == (*i)) - { - followBeing = NULL; - } delete (*i); beings.erase(i); return; |