Skip to content

Commit

Permalink
GemRB_Window_CreateWorldMapControl: note the new parameter in the py doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Jan 14, 2014
1 parent 930fa97 commit e61d555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemrb/plugins/GUIScript/GUIScript.cpp
Expand Up @@ -2848,7 +2848,7 @@ static PyObject* GemRB_WorldMap_GetDestinationArea(PyObject * /*self*/, PyObject
}

PyDoc_STRVAR( GemRB_Window_CreateWorldMapControl__doc,
"CreateWorldMapControl(WindowIndex, ControlID, x, y, w, h, direction[, font])\n\n"
"CreateWorldMapControl(WindowIndex, ControlID, x, y, w, h, direction[, font, recolor])\n\n"
"Creates and adds a new WorldMap control to a Window." );

static PyObject* GemRB_Window_CreateWorldMapControl(PyObject * /*self*/, PyObject* args)
Expand Down

0 comments on commit e61d555

Please sign in to comment.