summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLieuwe <lieuwemo@gmail.com>2011-03-15 20:05:19 (GMT)
committer Lieuwe <lieuwemo@gmail.com>2011-03-15 20:05:19 (GMT)
commita7408b93c031a28856707d915d7860be2d289062 (patch)
tree00f22df9a08de354731c61e83f979bfbc4ab3613 /src
parent5066ecab0c75f0e9d83a1c728a0c49e7b6258fec (diff)
downloadpowder-a7408b93c031a28856707d915d7860be2d289062.zip
powder-a7408b93c031a28856707d915d7860be2d289062.tar.gz
nother bugfix
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 00bb014..fadf2aa 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1618,7 +1618,7 @@ emb_set_ctype(PyObject *self, PyObject *args, PyObject *keywds)
int i = -1,life,j,x=-1,y=-1;
char *name = "";
char *type = "";
- char *kwlist[] = {"setto", "toctypeint", "from", "i", "x", "y", NULL};
+ char *kwlist[] = {"setto", "settoint", "from", "i", "x", "y", NULL};
if(!PyArg_ParseTupleAndKeywords(args, keywds, "s|IsIII:set_type",kwlist ,&type, &life, &name,&i,&x,&y))
return NULL;
//