aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/scenes.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tsage/scenes.h')
-rw-r--r--engines/tsage/scenes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tsage/scenes.h b/engines/tsage/scenes.h
index a1677906aa..da813f019a 100644
--- a/engines/tsage/scenes.h
+++ b/engines/tsage/scenes.h
@@ -72,8 +72,8 @@ public:
class SceneManager : public GameHandler, public SaveListener {
private:
- void disposeRegions() {
- // No need to do anything, since regions will be freed automatically when the scene is
+ void disposeRegions() {
+ // No need to do anything, since regions will be freed automatically when the scene is
}
Scene *getNewScene();
public: