commit 42454af827d204444874558ccb340fc6e65f9ac1
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Sat Oct 17 20:13:54 2009 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Sat Oct 17 20:13:54 2009 +0000
Fix error in last change.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1722
---
src/p_map.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/p_map.c b/src/p_map.c
index db512673..89f8f3f8 100644
--- a/src/p_map.c
+++ b/src/p_map.c
@@ -1413,7 +1413,7 @@ static void SpechitOverrun(line_t *ld)
if (p > 0)
{
- M_StrToInt(atoi(myargv[p+1]), &baseaddr);
+ M_StrToInt(myargv[p+1], (int *) &baseaddr);
}
else
{