Fixed a mistake in python_ai.hpp pointed out by ivan_i.
This commit is contained in:
parent
1683706881
commit
bd8330c4b0
1 changed files with 1 additions and 1 deletions
|
@ -1278,7 +1278,7 @@ static PyGetSetDef gamestatus_getseters[] = {
|
|||
static PyTypeObject wesnoth_gamestatus_type = {
|
||||
PyObject_HEAD_INIT(NULL)
|
||||
0, /* ob_size*/
|
||||
CC("wesnoth.team"), /* tp_name*/
|
||||
CC("wesnoth.gamestatus"), /* tp_name*/
|
||||
sizeof(wesnoth_gamestatus), /* tp_basicsize*/
|
||||
0, /* tp_itemsize*/
|
||||
0, /* tp_dealloc*/
|
||||
|
|
Loading…
Add table
Reference in a new issue