From cdc949439b6db437cce428108ea8fc7e463054c8 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 26 May 2007 16:59:13 +0000 Subject: oops svn-id: r26944 --- engines/sword1/screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/sword1/screen.cpp b/engines/sword1/screen.cpp index 9300956f56..605e1127cf 100644 --- a/engines/sword1/screen.cpp +++ b/engines/sword1/screen.cpp @@ -364,7 +364,7 @@ void Screen::draw(void) { for (uint16 cnty = 0; cnty < _scrnSizeY; cnty++) for (uint16 cntx = 0; cntx < _scrnSizeX; cntx++) { - if (*src = 0) + if (*src) if (!SwordEngine::_systemVars.isMac || *src != 255) // see bug #1701058 *dest = *src; dest++; -- cgit v1.2.3