diff options
| author | Gregory Montoir | 2004-12-31 00:25:18 +0000 |
|---|---|---|
| committer | Gregory Montoir | 2004-12-31 00:25:18 +0000 |
| commit | a44e8248159fc836f9d534872b0d55741f0c803c (patch) | |
| tree | 47df2cacddf071f0ff1c8a761b3038acc0d8c7d1 /queen/graphics.cpp | |
| parent | f06348440fd2040cb8bf57849c7e6670db91caf0 (diff) | |
| download | scummvm-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.cpp | 6 |
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; |
