diff options
Diffstat (limited to 'sword2')
| -rw-r--r-- | sword2/build_display.cpp | 2 |
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; } |
