commit 1715116ef17946f1c77fb2da220384e7889f1329
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Jul 20 22:27:59 2009 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Mon Jul 20 22:27:59 2009 +0000
Remove redundant variable assignment (thanks Quasar/Yagisan)
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1630
---
textscreen/txt_gui.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/textscreen/txt_gui.c b/textscreen/txt_gui.c
index e7f0472e..276176ec 100644
--- a/textscreen/txt_gui.c
+++ b/textscreen/txt_gui.c
@@ -234,7 +234,6 @@ void TXT_DrawString(char *s)
if (VALID_Y(y))
{
- p = s;
x1 = x;
for (p = s; *p != '\0'; ++p)