aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.cpp
diff options
context:
space:
mode:
authorGregory Montoir2004-12-31 00:25:18 +0000
committerGregory Montoir2004-12-31 00:25:18 +0000
commita44e8248159fc836f9d534872b0d55741f0c803c (patch)
tree47df2cacddf071f0ff1c8a761b3038acc0d8c7d1 /queen/graphics.cpp
parentf06348440fd2040cb8bf57849c7e6670db91caf0 (diff)
downloadscummvm-rg350-a44e8248159fc836f9d534872b0d55741f0c803c.tar.gz
scummvm-rg350-a44e8248159fc836f9d534872b0d55741f0c803c.tar.bz2
scummvm-rg350-a44e8248159fc836f9d534872b0d55741f0c803c.zip
added some comments and re-indented some parts of code
svn-id: r16394
Diffstat (limited to 'queen/graphics.cpp')
-rw-r--r--queen/graphics.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/queen/graphics.cpp b/queen/graphics.cpp
index ae87fb1e8c..1f59387e11 100644
--- a/queen/graphics.cpp
+++ b/queen/graphics.cpp
@@ -416,11 +416,7 @@ BobSlot *Graphics::bob(int index) {
return &_bobs[index];
}
-void Graphics::setBobText(
- const BobSlot *pbs,
- const char *text,
- int textX, int textY,
- int color, int flags) {
+void Graphics::setBobText(const BobSlot *pbs, const char *text, int textX, int textY, int color, int flags) {
if (text[0] == '\0')
return;