Fix spelling error in debug message
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@9114 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
35c3ef9d35
commit
38f13ca05f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue