Fix spelling error in debug message

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@9114 4a71c877-e1ca-e34f-864e-861f7616d084
master
Per Inge Mathisen 2010-01-10 22:34:05 +00:00 committed by Git SVN Gateway
parent 35c3ef9d35
commit 38f13ca05f
1 changed files with 1 additions and 3 deletions

View File

@ -438,9 +438,7 @@ int visibleObject(const BASE_OBJECT* psViewer, const BASE_OBJECT* psTarget, bool
break;
}
default:
ASSERT( false,
"visibleObject: visibility checking is only implemented for"
"units and structures" );
ASSERT(false, "Visibility checking is only implemented for units and structures");
return 0;
break;
}