aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_script_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/tt_script_base.h')
-rw-r--r--engines/titanic/true_talk/tt_script_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/true_talk/tt_script_base.h b/engines/titanic/true_talk/tt_script_base.h
index 869b0beb64..30a296a444 100644
--- a/engines/titanic/true_talk/tt_script_base.h
+++ b/engines/titanic/true_talk/tt_script_base.h
@@ -60,7 +60,7 @@ protected:
* Delete any responses set up for the script
*/
void deleteResponses();
-
+
/**
* Creates and appends a new response fragment to the script specified by
* the given conversation Id
@@ -83,7 +83,7 @@ protected:
* Set the script state
*/
void setState(int state) { _state = state; }
-
+
/**
* Get the current state
*/