diff options
| author | Lieuwe <lieuwemo@gmail.com> | 2011-03-15 19:59:37 (GMT) |
|---|---|---|
| committer | Lieuwe <lieuwemo@gmail.com> | 2011-03-15 19:59:37 (GMT) |
| commit | 5066ecab0c75f0e9d83a1c728a0c49e7b6258fec (patch) | |
| tree | 45957cb5d83a30d654f285816189101ef5cdb1e1 /src | |
| parent | f7bd1198b10d9cfe322988ff94816c76bfb2389f (diff) | |
| download | powder-5066ecab0c75f0e9d83a1c728a0c49e7b6258fec.zip powder-5066ecab0c75f0e9d83a1c728a0c49e7b6258fec.tar.gz | |
small bugfix
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1927,7 +1927,7 @@ static PyMethodDef EmbMethods[] = { //WARNING! don't forget to register your fun {"set_tmp", (PyCFunction)emb_set_tmp, METH_VARARGS|METH_KEYWORDS, "sets tmp of a specified particle."}, {"set_x", (PyCFunction)emb_set_x, METH_VARARGS|METH_KEYWORDS, "sets x of a specified particle."}, {"set_y", (PyCFunction)emb_set_y, METH_VARARGS|METH_KEYWORDS, "sets y of a specified particle."}, - {"set_ctype", (PyCFunction)emb_set_y, METH_VARARGS|METH_KEYWORDS, "sets ctype of a specified particle."}, + {"set_ctype", (PyCFunction)emb_set_ctype, METH_VARARGS|METH_KEYWORDS, "sets ctype of a specified particle."}, {"set_vx", (PyCFunction)emb_set_vx, METH_VARARGS|METH_KEYWORDS, "sets vx of a specified particle."}, {"set_vy", (PyCFunction)emb_set_vy, METH_VARARGS|METH_KEYWORDS, "sets vy of a specified particle."}, {"pause", (PyCFunction)emb_pause, METH_VARARGS, "pause the game."}, |
