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

Modified Files:
      Tag: release-2-0-patches
        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.54.2.9
retrieving revision 1.54.2.10
diff -C2 -d -r1.54.2.9 -r1.54.2.10
*** playerc++.h 30 Apr 2007 21:57:46 -0000      1.54.2.9
--- playerc++.h 9 Jul 2007 17:01:08 -0000       1.54.2.10
***************
*** 1216,1220 ****
  
      /// Get the (x,y) cell
!     unsigned char GetCell(int x, int y) const
      { return GetVar(mDevice->cells[GetCellIndex(x,y)]); };
  
--- 1216,1220 ----
  
      /// 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