View Single Post
  #2  
Old 05-27-2010, 04:17 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Try adding:
Code:
#include <stdlib.h>
to the top of world/Adventure.cpp

Older versions of g++ would just let this pass without an error.
Reply With Quote