Thread: debug build
View Single Post
  #1  
Old 11-25-2003, 05:30 AM
neotokyo
Hill Giant
 
Join Date: Oct 2002
Posts: 118
Default debug build

hi,
when did you last tried the debug build? long time ago right?

packet_dump_file.cpp doesnt compile until you move the <../common/debug.h> below the <iomanip> include.

Code:
#include <iostream>
#include <fstream>
#include <iomanip>
#include "../common/debug.h"
and you are missing a >>break<< in spells.cpp near line 3135. but as long as no one casts that sort of spell you're safe.

perhaps more later ...

good job devs!
Reply With Quote