mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
2002-03-08 Al Riddoch <alriddoch@zepler.org>
* Changed typedef names to ones which make more sense, and are clearer. There is no change in functionality in this commit.
This commit is contained in:
parent
70ba5263af
commit
49691213c9
75 changed files with 860 additions and 854 deletions
|
|
@ -529,7 +529,7 @@ static PyObject * oplist_new(PyObject * self, PyObject * args)
|
|||
if ( o == NULL ) {
|
||||
return NULL;
|
||||
}
|
||||
o->ops = new oplist();
|
||||
o->ops = new OpVector();
|
||||
addToOplist(op1, o);
|
||||
addToOplist(op2, o);
|
||||
addToOplist(op3, o);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue