PDA

View Full Version : DeleteItemInInventory() Round 3(?)


Bigpull
02-19-2003, 01:48 AM
Well since no one (/point Trump) applyed the fixes :)
I sent up te wrong patch last time cause i'm just a disorganized freak..

Anyways... Last patch/cvs doesn't properly convert slotid's to the numbers the arrays, this might fix some access violations, random crashs, and inventory corruption.

Trumpcard
02-19-2003, 06:30 AM
cvs hasnt been updated in a few days... Check now.

I didnt have time to apply your patch, plus you kept finding bugs in it !

lol

Bigpull
02-19-2003, 07:34 AM
Compile is erroring out with some Logfile stuff

Trumpcard
02-19-2003, 07:52 AM
Add debug.o to the make file, and comment out the line in zone.cpp that complains (I'll try to figure that out tonight).

Quag added some new debug functionality today that needs a slight modicaition on linux.

Also, if you get an error from one of the files about missing va_start, etc, add #include <stdarg.h> in that header. I'm going to fix it in cvs tonight when i get in.

Bigpull
02-19-2003, 07:52 AM
Bah linux needs stdarg.h in debug.cpp

Not sure why win32 barfed yet maybe it was just an incomplete build.