aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.cpp
diff options
context:
space:
mode:
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;