Remove redundant variable assignment (thanks Quasar/Yagisan)
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1630
This commit is contained in:
parent
f1596273a3
commit
1715116ef1
1 changed files with 0 additions and 1 deletions
|
|
@ -234,7 +234,6 @@ void TXT_DrawString(char *s)
|
|||
|
||||
if (VALID_Y(y))
|
||||
{
|
||||
p = s;
|
||||
x1 = x;
|
||||
|
||||
for (p = s; *p != '\0'; ++p)
|
||||
|
|
|
|||
Loading…
Reference in a new issue