View Single Post
  #6  
Old 01-08-2004, 08:57 AM
Gangrif
Sarnak
 
Join Date: Oct 2003
Posts: 64
Default

I made the change mentioned above.. and i get this when i try to compile:
Code:
client.cpp:3413: `j' undeclared (first use this function)
client.cpp:3413: (Each undeclared identifier is reported only once for each
   function it appears in.)
client.cpp: In member function `bool Client::SwapItem(MoveItem_Struct*)':
client.cpp:3467: warning: comparison between signed and unsigned integer
   expressions
client.cpp:3616: warning: comparison between signed and unsigned integer
   expressions
client.cpp: In member function `uint16 Client::GetAA(unsigned char)':
client.cpp:3896: warning: comparison is always true due to limited range of
   data type
client.cpp: In member function `int16 Client::FindItem(unsigned int)':
client.cpp:3904: warning: unused variable `int16 charges'
make: *** [client.o] Error 1
Reply With Quote