Fixed a mistake in python_ai.hpp pointed out by ivan_i.

This commit is contained in:
Sergey Popov 2008-11-14 22:50:55 +00:00
parent 1683706881
commit bd8330c4b0

View file

@ -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*/