$12256 / $11500
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.
Thanks anon. Fixed this and pushed up r144.
No problem. Decided to register an account to participate a little more.