Fixed Syntax Error

This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-23 17:33:06 +01:00
parent 0b6ff03d5a
commit 5e52bbdd16

View File

@ -34,7 +34,7 @@ define("PMF_CURRENT_LEVEL_VERSION", 0x00);
class PMFLevel extends PMF{
private $levelData = array();
private $locationTable = array();
public $isLoaded = true
public $isLoaded = true;
private $log = 4;
private $payloadOffset = 0;
private $chunks = array();