Remove redundant variable assignment (thanks Quasar/Yagisan)

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1630
This commit is contained in:
Simon Howard 2009-07-20 22:27:59 +00:00
parent f1596273a3
commit 1715116ef1

View file

@ -234,7 +234,6 @@ void TXT_DrawString(char *s)
if (VALID_Y(y))
{
p = s;
x1 = x;
for (p = s; *p != '\0'; ++p)