aboutsummaryrefslogtreecommitdiffstats
path: root/src/World.cpp
diff options
context:
space:
mode:
authorAndy Belle-Isle <abelleisle@roadrunner.com>2015-09-14 11:51:05 -0400
committerAndy Belle-Isle <abelleisle@roadrunner.com>2015-09-14 11:51:05 -0400
commit7d974f6f4d54b3fbea99780ddf6e395b217065bc (patch)
treeb9d8fe2166eedc57137737091c08cd7bbd749ddf /src/World.cpp
parentd2d334f2cd3cc78f088f429eb5d0037268366e6d (diff)
Added NPC Stuff
Added Wandering, and variable spawning amounts
Diffstat (limited to 'src/World.cpp')
-rw-r--r--src/World.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp
index ce6a3c7..8083d47 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -116,7 +116,7 @@ void World::detect(vec2 *v,vec2 *vel,const float width){
return; // ;)
}
}else if(v->y>line[i].start+HLINE){ // Trashy gravity handling
- vel->y-=.00000001;
+ vel->y-=.0000001;
}
}
}