Changed DelayedFluidSimulatorData to be a vector rather than a list, performance doubled :)

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1268 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2013-03-14 08:00:24 +00:00
parent cf3f09e9c1
commit e18e539ad2
3 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public:
virtual ~cDelayedFluidSimulatorChunkData();
/// Slots, one for each delay tick, each containing the blocks to simulate; relative coords. Int param not used.
cCoordWithIntList * m_Slots;
cCoordWithIntVector * m_Slots;
} ;