aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruruk2014-08-09 13:54:20 +0200
committeruruk2014-08-09 13:54:20 +0200
commit58822b47a73b8d733ceb0eee629bcbd557e4c6dc (patch)
tree77c0c4adef2da51c3df3a6af32f9e4fb5533cb0b
parent895f8a5e595f0786a79b229810aba9d0a0e7b1ed (diff)
downloadscummvm-rg350-58822b47a73b8d733ceb0eee629bcbd557e4c6dc.tar.gz
scummvm-rg350-58822b47a73b8d733ceb0eee629bcbd557e4c6dc.tar.bz2
scummvm-rg350-58822b47a73b8d733ceb0eee629bcbd557e4c6dc.zip
CGE2: Use spaces instead of tabs.
-rw-r--r--engines/cge2/vga13h.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/cge2/vga13h.cpp b/engines/cge2/vga13h.cpp
index 424138f6b0..d8ecf5586f 100644
--- a/engines/cge2/vga13h.cpp
+++ b/engines/cge2/vga13h.cpp
@@ -128,7 +128,7 @@ Seq Sprite::_stdSeq8[] =
SprExt::SprExt(CGE2Engine *vm)
: _p0(vm, 0, 0), _p1(vm, 0, 0),
_b0(nullptr), _b1(nullptr), _shpList(nullptr),
- _location(0), _seq(nullptr), _name(nullptr) {
+ _location(0), _seq(nullptr), _name(nullptr) {
for (int i = 0; i < kActions; i++)
_actions[i] = nullptr;
}
@@ -136,8 +136,8 @@ SprExt::SprExt(CGE2Engine *vm)
Sprite::Sprite(CGE2Engine *vm)
: _siz(_vm, 0, 0), _seqPtr(kNoSeq), _seqCnt(0), _shpCnt(0),
_next(nullptr), _prev(nullptr), _time(0),
- _ext(nullptr), _ref(-1), _scene(0), _vm(vm),
- _pos2D(_vm, kScrWidth >> 1, 0), _pos3D(kScrWidth >> 1, 0, 0) {
+ _ext(nullptr), _ref(-1), _scene(0), _vm(vm),
+ _pos2D(_vm, kScrWidth >> 1, 0), _pos3D(kScrWidth >> 1, 0, 0) {
memset(_actionCtrl, 0, sizeof(_actionCtrl));
memset(_file, 0, sizeof(_file));
memset(&_flags, 0, sizeof(_flags));