Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
FLARE [ARCHIVED]

Fixing a compilation error on Windows

Anonymous
Saturday, September 18, 2010 - 13: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.

 

  • Log in or register to post comments
Clint Bellanger
joined 15 years 8 months ago
Saturday, September 18, 2010 - 14:15
Clint Bellanger's picture

Thanks anon.  Fixed this and pushed up r144.

  • Log in or register to post comments
Kyle873
joined 14 years 8 months ago
Saturday, September 18, 2010 - 15:25

No problem. Decided to register an account to participate a little more.

  • Log in or register to post comments