aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
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;