aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/sprbanks.cpp
diff options
context:
space:
mode:
authoryinsimei2017-06-05 11:49:19 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commit10ff6994ae8a8f6ba1f49d8cf1590762b1ae1be8 (patch)
tree88ccaea220791535dd3f5629424338c80b0c8a3a /engines/sludge/sprbanks.cpp
parent414b3c47146ebcc684fb37bccbbb66ff2ac68e2d (diff)
downloadscummvm-rg350-10ff6994ae8a8f6ba1f49d8cf1590762b1ae1be8.tar.gz
scummvm-rg350-10ff6994ae8a8f6ba1f49d8cf1590762b1ae1be8.tar.bz2
scummvm-rg350-10ff6994ae8a8f6ba1f49d8cf1590762b1ae1be8.zip
SLUDGE: format code and remove oneliners
Diffstat (limited to 'engines/sludge/sprbanks.cpp')
-rw-r--r--engines/sludge/sprbanks.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sludge/sprbanks.cpp b/engines/sludge/sprbanks.cpp
index 8598cb51ac..1ae7774716 100644
--- a/engines/sludge/sprbanks.cpp
+++ b/engines/sludge/sprbanks.cpp
@@ -52,8 +52,7 @@ loadedSpriteBank *loadBankForAnim(int ID) {
debugOut("loadBankForAnim: New sprite bank created OK\n");
return returnMe;
} else {
- debugOut(
- "loadBankForAnim: I guess I couldn't load the sprites...\n");
+ debugOut("loadBankForAnim: I guess I couldn't load the sprites...\n");
return NULL;
}
} else