aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes4.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/nebular/nebular_scenes4.h')
-rw-r--r--engines/mads/nebular/nebular_scenes4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/nebular/nebular_scenes4.h b/engines/mads/nebular/nebular_scenes4.h
index f2e8961089..8ff2ec59f8 100644
--- a/engines/mads/nebular/nebular_scenes4.h
+++ b/engines/mads/nebular/nebular_scenes4.h
@@ -110,14 +110,14 @@ private:
Conversation _dialog2;
Conversation _dialog3;
Conversation _dialog4;
-
+
void setDialogNode(int node);
void handleConversation1();
void handleConversation2();
void handleConversation3();
void handleConversation4();
void handleDialogs();
-
+
public:
Scene402(MADSEngine *vm) : Scene4xx(vm) {}
void synchronize(Common::Serializer &s);