aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-09-12 22:20:52 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-09-12 22:20:52 -0400
commit02fb5b80a65bf1f138eebfd6058905fad216f877 (patch)
tree92f46258ed00077c0d577bf59ce33f709e5e092b /src/main.cpp
parent3ed745cf1c672dc39b726d6fc133641ddc86d10f (diff)
stuff
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 593e125..ed80ee2 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -80,7 +80,12 @@ int main(int argc,char **argv){
currentWorld=w;
currentWorld->addLayer(3);
- //currentWorld->addEntity((void *)entnpc);
+ currentWorld->addLayer(4);
+ // shh
+ unsigned char jklasdf;
+ for(jklasdf=0;jklasdf<10;jklasdf++){
+ currentWorld->addEntity((void *)entnpc[jklasdf]);
+ }
float gw;