From 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 30 Jul 2005 21:11:48 +0000 Subject: Remove trailing whitespaces. svn-id: r18604 --- scumm/base-costume.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scumm/base-costume.h') diff --git a/scumm/base-costume.h b/scumm/base-costume.h index 0a2fa63a30..e84433888b 100644 --- a/scumm/base-costume.h +++ b/scumm/base-costume.h @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Copyright (C) 2001 Ludvig Strigeus - * Copyright (C) 2001-2005 The ScummVM project + * Copyright (C) 2001-2005 The ScummVM project * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -65,7 +65,7 @@ protected: public: BaseCostumeLoader(ScummEngine *vm) : _vm(vm) {} virtual ~BaseCostumeLoader() {} - + virtual void loadCostume(int id) = 0; virtual byte increaseAnims(Actor *a) = 0; virtual void costumeDecodeData(Actor *a, int frame, uint usemask) = 0; @@ -127,7 +127,7 @@ protected: byte *destptr; const byte *mask_ptr; }; - + public: BaseCostumeRenderer(ScummEngine *scumm) { _actorID = 0; @@ -137,7 +137,7 @@ public: _zbuf = 0; _scaleX = _scaleY = 0; _draw_top = _draw_bottom = 0; - + _vm = scumm; _numStrips = -1; _srcptr = 0; -- cgit v1.2.3