Remove loop[ijkl]
They confused clang-format a lot. FossilOrigin-Name: 6b85eefc857c74c00d7ef693e312cc15df53201a6712aee8ba8d57c643c1703b
This commit is contained in:
parent
2c5f2d0342
commit
006dba8370
22 changed files with 318 additions and 257 deletions
|
@ -95,8 +95,7 @@ void
|
|||
newsphere(const OFVector3D *o, float max, int type)
|
||||
{
|
||||
if (!sinit) {
|
||||
loopi(MAXSPHERES)
|
||||
{
|
||||
for (int i = 0; i < MAXSPHERES; i++) {
|
||||
spheres[i].next = sempty;
|
||||
sempty = &spheres[i];
|
||||
}
|
||||
|
@ -218,8 +217,7 @@ loadsky(OFString *basename)
|
|||
static const OFString *side[] = { @"ft", @"bk", @"lf", @"rt", @"dn",
|
||||
@"up" };
|
||||
int texnum = 14;
|
||||
loopi(6)
|
||||
{
|
||||
for (int i = 0; i < 6; i++) {
|
||||
OFString *path = [OFString
|
||||
stringWithFormat:@"packages/%@_%@.jpg", basename, side[i]];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue