diff options
author | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 |
commit | 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch) | |
tree | c44c4e61f18ddd537f7082cb48869cf33d422fbd /backends/ps2/Gs2dScreen.h | |
parent | 86ab70b149e5cd00cf54f2e41896e2c4e16795e4 (diff) | |
download | scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.gz scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.bz2 scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.zip |
Remove trailing whitespaces.
svn-id: r18604
Diffstat (limited to 'backends/ps2/Gs2dScreen.h')
-rw-r--r-- | backends/ps2/Gs2dScreen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/ps2/Gs2dScreen.h b/backends/ps2/Gs2dScreen.h index bb2ad7218f..484c91b7b3 100644 --- a/backends/ps2/Gs2dScreen.h +++ b/backends/ps2/Gs2dScreen.h @@ -63,13 +63,13 @@ public: void wantAnim(bool runIt); private: void createAnimTextures(void); - + DmaPipe *_dmaPipe; uint8 _videoMode; uint16 _tvWidth, _tvHeight; GsVertex _blitCoords[2]; TexVertex _texCoords[2]; - + uint8 _curDrawBuf; uint32 _frameBufPtr[2]; // uint32 _clutPtrs[3]; // vram pointers |