Update of /cvsroot/playerstage/code/player/client_libs/libplayerc++
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24307/client_libs/libplayerc++

Modified Files:
        playerc++.h 
Log Message:
fixed MapProxy::GetCell return value

Index: playerc++.h
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/client_libs/libplayerc++/playerc++.h,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -d -r1.88 -r1.89
*** playerc++.h 17 Jun 2007 00:28:01 -0000      1.88
--- playerc++.h 9 Jul 2007 17:01:48 -0000       1.89
***************
*** 1314,1318 ****
  
      /// Get the (x,y) cell
!     unsigned char GetCell(int x, int y) const
      { return GetVar(mDevice->cells[GetCellIndex(x,y)]); };
  
--- 1314,1318 ----
  
      /// Get the (x,y) cell
!     char GetCell(int x, int y) const
      { return GetVar(mDevice->cells[GetCellIndex(x,y)]); };
  


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to