Thread: Compiling 0.5.0
View Single Post
  #2  
Old 08-18-2003, 09:06 AM
useless's Avatar
useless
Fire Beetle
 
Join Date: Aug 2003
Posts: 8
Default compiling

you might be getting an error with
'list' in it, change it to '_list'

and '.clear()' needs to be '.erase()' in a few functions.
-edit-
some functions that have .clear() is right, only change the errors.
and for some reason there is a blank line for every line of code...odd
-edit-

added doors.cpp and doors.h to the project
its either door.cpp.h or doors.cpp.h

other than that what errors?
Reply With Quote