aboutsummaryrefslogtreecommitdiff
path: root/src/environment.cpp
diff options
context:
space:
mode:
authorNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-07-20 22:04:24 +0200
committerNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-07-20 22:05:57 +0200
commit84684e53edcf319f1aebd69b003ae016173dc485 (patch)
tree1752dfbd99cd724df9758aeaaa6c52ddb54dfbed /src/environment.cpp
parent4c0e36a5e9c76af6e5db1d739275f41f079d19d4 (diff)
downloadhax-minetest-server-84684e53edcf319f1aebd69b003ae016173dc485.tar.gz
hax-minetest-server-84684e53edcf319f1aebd69b003ae016173dc485.zip
+ fireflies
Diffstat (limited to '')
-rw-r--r--src/environment.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/environment.cpp b/src/environment.cpp
index d55aa38d1..df41dc63f 100644
--- a/src/environment.cpp
+++ b/src/environment.cpp
@@ -976,7 +976,8 @@ void ServerEnvironment::step(float dtime)
//TestSAO *obj = new TestSAO(this, 0, pos);
//ServerActiveObject *obj = new ItemSAO(this, 0, pos, "CraftItem Stick 1");
//ServerActiveObject *obj = new RatSAO(this, 0, pos);
- ServerActiveObject *obj = new Oerkki1SAO(this, 0, pos);
+ //ServerActiveObject *obj = new Oerkki1SAO(this, 0, pos);
+ ServerActiveObject *obj = new FireflySAO(this, 0, pos);
addActiveObject(obj);
}
#endif