diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-09-29 08:46:08 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-09-29 08:46:08 -0400 |
commit | 1f2f646c41e90aa05ff561676752df2188fdd7ba (patch) | |
tree | f46d65bb8a0eaeeec35758476b20b2b6995062fb /src/entities.cpp | |
parent | 764e0983c21247e325807933227b077bdc1ef6be (diff) |
Fixed mouse, and added the start to NPC interaction
Diffstat (limited to 'src/entities.cpp')
-rw-r--r-- | src/entities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities.cpp b/src/entities.cpp index 3560a2d..56141c1 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 |