1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

implemented rats in new system to verify that it works

This commit is contained in:
Perttu Ahola 2011-04-10 15:16:27 +03:00
parent 08bbf96877
commit 5a4d8ffad3
14 changed files with 974 additions and 85 deletions

View file

@ -729,10 +729,11 @@ private:
// Whether day and night lighting differs
bool m_day_night_differs;
// TODO: Remove this
MapBlockObjectList m_objects;
// Object spawning stuff
float m_spawn_timer;
//float m_spawn_timer;
#ifndef SERVER // Only on client
/*