Fixing a compilation error on Windows
Fixing a compilation error on Windows
Saturday, September 18, 2010 - 16:59
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.