aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities.cpp
diff options
context:
space:
mode:
authorAndy Belle-Isle <abelleisle@roadrunner.com>2015-09-16 11:48:48 -0400
committerAndy Belle-Isle <abelleisle@roadrunner.com>2015-09-16 11:48:48 -0400
commit82d5e77a3fa4f3f9cc3145969d99ba8326af9892 (patch)
tree6c6385fced0b42b95e51e7935a4677058442fe5f /src/entities.cpp
parentc5d48afdbfb7451581a8f61fe24a606b15415224 (diff)
Fixed mouse, and debug
Diffstat (limited to 'src/entities.cpp')
-rw-r--r--src/entities.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/entities.cpp b/src/entities.cpp
index b418534..ee909d8 100644
--- a/src/entities.cpp
+++ b/src/entities.cpp
@@ -50,7 +50,8 @@ NPC::NPC(){
}
void NPC::interact(){
-
+ loc.y += .01;
+
}
Structures::Structures(){