Fixed compilation

svn-id: r49242
This commit is contained in:
Filippos Karapetis 2010-05-26 14:31:51 +00:00
parent bfaba64c6a
commit af8a82aa13

View File

@ -501,7 +501,7 @@ public:
/**
* Finds the pointer where a block of a specific type starts from
*/
byte *Script::findBlock(int type);
byte *findBlock(int type);
private:
void setScriptSize(int script_nr, ResourceManager *resMan);