X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollision_grid_iterator.hpp;h=c73a533d1f2f18384b96f066bf8723e1f489fe92;hb=3da5eb5cc8f63053aaebb48cb2fffbed66f30d47;hp=6c2506be1d9070a9decdce8255619abc8624cea7;hpb=0f0e6a3689e5d810ec55b68ff455210b1081a021;p=supertux.git diff --git a/src/collision_grid_iterator.hpp b/src/collision_grid_iterator.hpp index 6c2506be1..c73a533d1 100644 --- a/src/collision_grid_iterator.hpp +++ b/src/collision_grid_iterator.hpp @@ -1,7 +1,7 @@ // $Id$ -// +// // SuperTux -// Copyright (C) 2005 Matthias Braun +// Copyright (C) 2006 Matthias Braun // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -12,7 +12,7 @@ // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// +// // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA @@ -21,7 +21,7 @@ #define __COLLISION_GRID_ITERATOR_H__ #include "math/rect.hpp" -#include "msg.hpp" +#include "log.hpp" class CollisionGrid; @@ -52,7 +52,7 @@ public: entry = 0; if(start_x >= end_x) { - msg_debug("bad region"); + log_debug << "bad region" << std::endl; y = 0; end_y = 0; return;