Skip to content

Commit

Permalink
SCI32: Remove extra ! in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Aug 24, 2016
1 parent 64f4ad4 commit 71294a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sci/graphics/celobj32.cpp
Expand Up @@ -894,7 +894,7 @@ CelObjView::CelObjView(const GuiResourceId viewId, const int16 loopNo, const int
// NOTE: This is the actual check, in the actual location,
// from SCI engine.
if (loopNo < 0) {
error("Loop is less than 0!");
error("Loop is less than 0");
}

const uint16 viewHeaderSize = READ_SCI11ENDIAN_UINT16(data);
Expand Down

0 comments on commit 71294a8

Please sign in to comment.