Remove all default arguments from protos.h
FossilOrigin-Name: ef1d7e47f7204700ed6e3b1191a1bdcb6e1d0257586183bc6571b8ff92464042
This commit is contained in:
parent
d9d56601bb
commit
2085a651bd
18 changed files with 81 additions and 69 deletions
|
@ -23,7 +23,7 @@ delayedload(MD2 *m)
|
|||
|
||||
OFIRI *IRI1 = [baseIRI IRIByAppendingPathComponent:@"tris.md2"];
|
||||
if (![m loadWithIRI:IRI1])
|
||||
fatal(@"loadmodel: ", IRI1.string);
|
||||
fatal(@"loadmodel: %@", IRI1.string);
|
||||
|
||||
OFIRI *IRI2 = [baseIRI IRIByAppendingPathComponent:@"skin.jpg"];
|
||||
int xs, ys;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue