From 1dbd7d35ca9b7c7514fbf3491598835f3ee168cf Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 3 Jan 2005 16:27:26 +0000 Subject: Some more comment and indent changes. --- src/graphic/graphic.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/graphic/graphic.cpp') diff --git a/src/graphic/graphic.cpp b/src/graphic/graphic.cpp index 20649d3c..92acd9be 100644 --- a/src/graphic/graphic.cpp +++ b/src/graphic/graphic.cpp @@ -17,6 +17,8 @@ * You should have received a copy of the GNU General Public License * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id$ */ #include "graphic.h" @@ -412,7 +414,9 @@ void GraphicEngine::refresh() { buffer, i * 32 - offset_x, j * 32 - offset_y); } #ifdef DEBUG - rect(buffer, i * 32 - offset_x, j * 32 - offset_y, i * 32 - offset_x+32, j * 32 - offset_y+32,makecol(0,0,0)); + rect(buffer, i * 32 - offset_x, j * 32 - offset_y, + i * 32 - offset_x + 32, j * 32 - offset_y + 32, + makecol(0,0,0)); #endif } } -- cgit v1.2.3-70-g09d2