aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/game/state.h
diff options
context:
space:
mode:
authorStrangerke2013-11-24 19:28:54 +0100
committerStrangerke2013-11-24 19:28:54 +0100
commita8de5dfad87fe54b9f6cd12d0d70c37b2751939d (patch)
tree5fb925a793430e37e10a5d61ebe32b65368124f2 /engines/lastexpress/game/state.h
parent29a63886aa27d9cd3e9b01cdc896f83591b71c8b (diff)
downloadscummvm-rg350-a8de5dfad87fe54b9f6cd12d0d70c37b2751939d.tar.gz
scummvm-rg350-a8de5dfad87fe54b9f6cd12d0d70c37b2751939d.tar.bz2
scummvm-rg350-a8de5dfad87fe54b9f6cd12d0d70c37b2751939d.zip
LASTEXPRESS: Janitorial - Fix spacing errors
Diffstat (limited to 'engines/lastexpress/game/state.h')
-rw-r--r--engines/lastexpress/game/state.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/lastexpress/game/state.h b/engines/lastexpress/game/state.h
index 944f6d47b1..83d528d346 100644
--- a/engines/lastexpress/game/state.h
+++ b/engines/lastexpress/game/state.h
@@ -657,12 +657,12 @@ private:
// Timer
int _timer;
- Flags *_flags; ///< Flags
- Inventory *_inventory; ///< Inventory
- Objects *_objects; ///< Objects
- SavePoints *_savepoints; ///< SavePoints
- GameState *_state; ///< State
- Common::Point _coords; ///< Current coordinates
+ Flags *_flags; ///< Flags
+ Inventory *_inventory; ///< Inventory
+ Objects *_objects; ///< Objects
+ SavePoints *_savepoints; ///< SavePoints
+ GameState *_state; ///< State
+ Common::Point _coords; ///< Current coordinates
};
} // End of namespace LastExpress