aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent/dialog.h')
-rw-r--r--engines/teenagent/dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/teenagent/dialog.h b/engines/teenagent/dialog.h
index c1ef1d89b4..c26d497d6b 100644
--- a/engines/teenagent/dialog.h
+++ b/engines/teenagent/dialog.h
@@ -32,7 +32,7 @@ namespace TeenAgent {
class Scene;
class Dialog {
-public:
+public:
static uint16 pop(Scene *scene, uint16 addr, uint16 animation1 = 0, uint16 animation2 = 0, byte color1 = 0xd1, byte color2 = 0xd0, byte slot1 = 1, byte slot2 = 2);
static void show(Scene *scene, uint16 addr, uint16 animation1 = 0, uint16 animation2 = 0, byte color1 = 0xd1, byte color2 = 0xd0, byte slot1 = 1, byte slot2 = 2);
};