fixed const inconsistencies

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@13 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
spog
2006-02-19 17:05:45 +00:00
parent 0dbba8bc3f
commit 3e31765bd7
4 changed files with 17 additions and 11 deletions

View File

@@ -168,8 +168,8 @@ void setSpecialLoad(EntityClass *e, const char* pWhat, CopiedString& p)
// Hydra: removed some amazingly bad cstring usage, whoever wrote that
// needs to be taken out and shot.
char *pText = 0;
char *where = 0;
const char *pText = 0;
const char *where = 0;
where = strstr(e->comments(),pWhat);
if (!where)