Fixing a compilation error on Windows

Fixing a compilation error on Windows

Anonymous

Just a quick tip for anyone compiling OSARE's current SVN (r143 as of now) on Windows with MinGW, in StatBlock.h, change:

Renderable StatBlock::getEffectRender(int effect_type);

to

Renderable getEffectRender(int effect_type);

to prevent compilation issues.