CTRL+V THREAD! [part XIII] (999)

1 Name: ( ˃ ƒŽ˂) : 1993-09-8690 05:04

It was a eurobeat/techno remix of Dang Ni Gu Dan by Nicholas Teo

553 Name: (*゚ー゚) : 1993-09-9031 20:13

void AnalIdle(void)
{
if (AnalCount>1) return; // still active
if (!AnalCount) return; // dead already

// flush the anal stuff if we haven't used it in a long time
if (DiskSpunUp() && LastAnalUse-TickCount()>GetRLong(MAX_ANAL_IDLE))
AnalDispose();
}

554 Name: (*゚ー゚) : 1993-09-9031 20:36

>>553
fixed that for you

void analIdle(void) {
//still active or dead already
if (analCount > 1 || !analCount) {
return;
}
    //flush the anal stuff if it hasn't been used in a long time
if (diskSpunUp() && (lastAnalUseTickCount() > getRLong(MAX_ANAL_IDLE))) {
analDispose();
}
}

555 Name: (*゚ー゚) : 1993-09-9031 20:37

analCount is my favorite joke shitty metal band

556 Name: (*゚ー゚) : 1993-09-9031 20:41

public Anus myAnus = new Anus();
hax(myAnus);

Who /prog/ here?

This thread has been closed. You cannot post in this thread any longer.