diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-12 22:20:52 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-12 22:20:52 -0400 |
commit | 02fb5b80a65bf1f138eebfd6058905fad216f877 (patch) | |
tree | 92f46258ed00077c0d577bf59ce33f709e5e092b /src/main.cpp | |
parent | 3ed745cf1c672dc39b726d6fc133641ddc86d10f (diff) |
stuff
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 7 |
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; |