aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-03-28 14:52:19 +0000
committerTorbjörn Andersson2004-03-28 14:52:19 +0000
commit129152c18b6a31985f92d3c62a6637771d78a1c5 (patch)
tree5e9a19c0faf62b0ebb57c5b1dcfe8ec489d6b66d /sword2
parent165e6c5eb51fbbd39d5f42f193b0c1cf6e3d4a34 (diff)
downloadscummvm-rg350-129152c18b6a31985f92d3c62a6637771d78a1c5.tar.gz
scummvm-rg350-129152c18b6a31985f92d3c62a6637771d78a1c5.tar.bz2
scummvm-rg350-129152c18b6a31985f92d3c62a6637771d78a1c5.zip
Fixed format string to match parameters.
svn-id: r13405
Diffstat (limited to 'sword2')
-rw-r--r--sword2/build_display.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/build_display.cpp b/sword2/build_display.cpp
index dc9a6ad388..9a775294ef 100644
--- a/sword2/build_display.cpp
+++ b/sword2/build_display.cpp
@@ -763,7 +763,7 @@ int32 Logic::fnChangeShadows(int32 *params) {
uint32 rv = _vm->_graphics->closeLightMask();
if (rv)
- error("Driver Error %.8x [%s line %u]", rv);
+ error("Driver Error %.8x", rv);
_vm->_thisScreen.mask_flag = 0;
}