Update of /cvsroot/wpdev/wolfpack/python
In directory sc8-pr-cvs1:/tmp/cvs-serv21620/python
Modified Files:
socket.cpp
Log Message:
removed more1 to more4 and morex to morez
Index: socket.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/python/socket.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** socket.cpp 10 Aug 2003 04:26:42 -0000 1.41
--- socket.cpp 28 Aug 2003 20:56:17 -0000 1.42
***************
*** 344,348 ****
cUOTxStartCustomHouse custom;
! custom.setSerial( signpost->morex() ); // Morex of signpost contain serial of house
self->pSock->send( &custom );
return PyTrue;
--- 344,348 ----
cUOTxStartCustomHouse custom;
! custom.setSerial( signpost->tags().get( "house" ).asInt() ); // Morex of signpost contain serial of house
self->pSock->send( &custom );
return PyTrue;
|