|
From: | grumbel |
Subject: | [Pingus-CVS] CVS: Games/Pingus/src/war WarGame.hh,1.2,1.3 |
Date: | 7 Jun 2002 19:10:36 -0000 |
Update of /usr/local/cvsroot/Games/Pingus/src/war In directory dark:/tmp/cvs-serv1716/war Modified Files: WarGame.hh Log Message: replaced boost::shared_ptr<PLF> with PLF* Index: WarGame.hh =================================================================== RCS file: /usr/local/cvsroot/Games/Pingus/src/war/WarGame.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- WarGame.hh 10 Apr 2001 21:51:22 -0000 1.2 +++ WarGame.hh 7 Jun 2002 19:10:34 -0000 1.3 @@ -26,7 +26,7 @@ class WarGame { private: - boost::shared_ptr<PLF> plf; + PLF* plf; PinguMap* gfx_map; public:
[Prev in Thread] | Current Thread | [Next in Thread] |