Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7935
Modified Files:
items.h
Log Message:
allowed more color bits
Index: items.h
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/items.h,v
retrieving revision 1.219
retrieving revision 1.220
diff -C2 -d -r1.219 -r1.220
*** items.h 8 Oct 2004 01:13:15 -0000 1.219
--- items.h 10 Oct 2004 20:10:02 -0000 1.220
***************
*** 456,460 ****
unsigned short id_; // Display id of the item
! unsigned short color_ : 12; // Color of this item (Note: only colors up to 0xBFF available -> 12 bit)
unsigned short amount_; // Amount of this item
--- 456,460 ----
unsigned short id_; // Display id of the item
! unsigned short color_; // Color of this item (Note: only colors up to 0xBFF available -> 12 bit)
unsigned short amount_; // Amount of this item
|