summaryrefslogtreecommitdiff
path: root/src/creature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/creature.cpp')
-rw-r--r--src/creature.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/creature.cpp b/src/creature.cpp
index aeff472..c9f9fa0 100644
--- a/src/creature.cpp
+++ b/src/creature.cpp
@@ -16,8 +16,8 @@ void Creature::Behavior()
//Priorities
- //Action
- this->Action();
+ //Action
+ this->Action();
}
void Creature::Action()