aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/systemps2.h
diff options
context:
space:
mode:
authorMax Lingua2014-01-10 00:50:58 -0500
committerMax Lingua2014-01-18 13:39:35 -0500
commite73027f2b8891eb84abd700c7832efd0dcbf0898 (patch)
treed55901f916f9e5da8b3e9c2efe97f2656d7e518d /backends/platform/ps2/systemps2.h
parentb75c7f6bc4a7245ab88fca760ad303df7e5da7ef (diff)
downloadscummvm-rg350-e73027f2b8891eb84abd700c7832efd0dcbf0898.tar.gz
scummvm-rg350-e73027f2b8891eb84abd700c7832efd0dcbf0898.tar.bz2
scummvm-rg350-e73027f2b8891eb84abd700c7832efd0dcbf0898.zip
PS2: fixed tabs and alignment
Diffstat (limited to 'backends/platform/ps2/systemps2.h')
-rw-r--r--backends/platform/ps2/systemps2.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/backends/platform/ps2/systemps2.h b/backends/platform/ps2/systemps2.h
index 3ba40a70f9..0ae6b2da57 100644
--- a/backends/platform/ps2/systemps2.h
+++ b/backends/platform/ps2/systemps2.h
@@ -138,26 +138,26 @@ private:
bool _mouseVisible;
bool _useMouse, _useKbd, _useHdd, _usbMassLoaded, _useNet;
- Gs2dScreen *_screen;
- Ps2Input *_input;
- uint16 _oldMouseX, _oldMouseY;
- uint32 _msgClearTime;
- uint16 _printY;
+ Gs2dScreen *_screen;
+ Ps2Input *_input;
+ uint16 _oldMouseX, _oldMouseY;
+ uint32 _msgClearTime;
+ uint16 _printY;
bool _modeChanged;
int _screenChangeCount;
- int _mutexSema;
- Ps2Mutex _mutex[MAX_MUTEXES];
+ int _mutexSema;
+ Ps2Mutex _mutex[MAX_MUTEXES];
- uint8 *_timerStack, *_soundStack;
- int _timerTid, _soundTid;
- int _intrId;
+ uint8 *_timerStack, *_soundStack;
+ int _timerTid, _soundTid;
+ int _intrId;
volatile bool _systemQuit;
static const GraphicsMode _graphicsMode;
- int _bootDevice;
- char *_bootPath;
- char *_configFile;
+ int _bootDevice;
+ char *_bootPath;
+ char *_configFile;
};
#endif // SYSTEMPS2_H