Thread: compile 0.3.11
View Single Post
  #1  
Old 10-28-2002, 05:18 AM
btuch
Sarnak
 
Join Date: Sep 2002
Posts: 81
Default compile 0.3.11

FYI: to compile the world server I had to add the line

#include <stdlib.h>

to the file

common/MiscFunctions.cpp

for it to compile, since it is using the atoi() function.
Reply With Quote