aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_text.cpp
diff options
context:
space:
mode:
authorwhiterandrek2018-03-29 20:46:53 +0300
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commit1a2bd666b0830ac2daa7a1b8778091b259c7021a (patch)
treeb20b6bfe7bbc989b983a49cbc3cbbcc5c39187b2 /engines/pink/objects/actions/action_text.cpp
parent65eccb7ba7e0d93ed9afc58e6312ee4bd04aa21e (diff)
downloadscummvm-rg350-1a2bd666b0830ac2daa7a1b8778091b259c7021a.tar.gz
scummvm-rg350-1a2bd666b0830ac2daa7a1b8778091b259c7021a.tar.bz2
scummvm-rg350-1a2bd666b0830ac2daa7a1b8778091b259c7021a.zip
PINK: added ActionPlayWithSfx implementation
Diffstat (limited to 'engines/pink/objects/actions/action_text.cpp')
-rw-r--r--engines/pink/objects/actions/action_text.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/pink/objects/actions/action_text.cpp b/engines/pink/objects/actions/action_text.cpp
index ef21ef37ef..eaf161117e 100644
--- a/engines/pink/objects/actions/action_text.cpp
+++ b/engines/pink/objects/actions/action_text.cpp
@@ -40,6 +40,4 @@ void ActionText::toConsole() {
_name.c_str(), _text.c_str(), _bounds[0], _bounds[1], _bounds[2], _bounds[3], _centered, _scrollBar, _textColor, _backgroundColor);
}
-
-
-} \ No newline at end of file
+} // End of namespace Pink \ No newline at end of file