This commit is contained in:
PhilipRosedale 2013-09-27 16:32:02 -07:00
commit cf2b0b56d6

View file

@ -16,7 +16,10 @@
#include "Agent.h"
#include "voxels/VoxelScriptingInterface.h"
Agent::Agent(const unsigned char* dataBuffer, int numBytes) : Assignment(dataBuffer, numBytes) {
Agent::Agent(const unsigned char* dataBuffer, int numBytes) :
Assignment(dataBuffer, numBytes),
_shouldStop(false)
{
}