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

Modified Files:
        playerc++.h 
Log Message:
changed return type on MapProxy::GetCell

Index: playerc++.h
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/client_libs/libplayerc++/playerc++.h,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** playerc++.h 20 Aug 2007 19:42:47 -0000      1.96
--- playerc++.h 21 Aug 2007 23:46:08 -0000      1.97
***************
*** 1322,1326 ****
  
      /// Get the (x,y) cell
!     char GetCell(int x, int y) const
      { return GetVar(mDevice->cells[GetCellIndex(x,y)]); };
  
--- 1322,1326 ----
  
      /// Get the (x,y) cell
!     int8_t GetCell(int x, int y) const
      { return GetVar(mDevice->cells[GetCellIndex(x,y)]); };
  


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to