aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-09-29 08:47:33 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-09-29 08:47:33 -0400
commit4031320180ff5e6c6452fc58575f5d7eac8eddbe (patch)
tree4dc3c3b2cdf2187d37936c070fa81bd7603bf790 /src/entities.cpp
parent9137c25a3409a67ee04042e566f3c543d61d93d5 (diff)
parent1f2f646c41e90aa05ff561676752df2188fdd7ba (diff)
fixed entity lags
Diffstat (limited to 'src/entities.cpp')
-rw-r--r--src/entities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities.cpp b/src/entities.cpp
index b33f226..af4b45f 100644
--- a/src/entities.cpp
+++ b/src/entities.cpp
@@ -61,7 +61,7 @@ NPC::NPC(){ //sets all of the NPC specific traits on object creation
}
void NPC::interact(){ //have the npc's interact back to the player
- //loc.y += .01;
+ loc.y += 5;
}
Structures::Structures(){ //sets the structure type