Update of /cvsroot/wpdev/wolfpack/network
In directory sc8-pr-cvs1:/tmp/cvs-serv28661/network
Modified Files:
uosocket.cpp
Log Message:
Fixed a bug related to tooltips
Index: uosocket.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/network/uosocket.cpp,v
retrieving revision 1.278
retrieving revision 1.279
diff -C2 -d -r1.278 -r1.279
*** uosocket.cpp 28 Aug 2003 20:56:17 -0000 1.278
--- uosocket.cpp 29 Aug 2003 22:44:47 -0000 1.279
***************
*** 1059,1062 ****
--- 1059,1063 ----
else
tooltips.addLine( 0x1005bd, " \t" + pItem->name() + "\t " );
+
this->send( &tooltips );
}
|