What do you have copied right now?

Status
Not open for further replies.
Code:
	if(source && source->player) // Player hits another player
		{
			target->z++;
			if(source == target) // You can't kill yourself, idiot...
				return false;
			if(gametype == GT_COOP) // Thrust the player back from the hit, but deal no damage.
			{						// Just so those "friends" of yours don't kill you.
				S_StartSound(target, target->info->painsound);
				P_SetPlayerMobjState(target, target->info->painstate);
				P_InstaThrust (player->mo, player->mo->angle-ANG180, 32*FRACUNIT);
				return false;
			}
		}
 
10mm*10mm*5cm tube, 10mm*10mm*10cm tube, 10mm*10mm*16cm tube;

^ Part of a report for an engineering intersession.
 
>> Well, I was going to wait until after the Philadelphia Regional
>> Robotics Competition, but that's not until the end of the month.
>> Anyway, there's been a ton of stuff going on lately. I've gotten my
>> book up to a good 52 pages. (Woop-de-doo)
> Awesome. Feel free to attach a copy if you like
 
Yes I do..

Let's see what I have pasted this time.

[PM:08:17:05] * Alam_Debian pokes Shuffle

Muh, go figure.
 
Shuffle said:
Yes I do..

Let's see what I have pasted this time.

[PM:08:17:05] * Alam_Debian pokes Shuffle

Muh, go figure.

You highlight in mIRC randomly too?
I thought I was the only one ;)

(My clipboard copy is an image, so, no, I can't paste it)
 
So lets not waste another second
Find the answers to all the questions
So we can make it out alive
We can make it out alive

twist and turn, live and learn
Lets go make this time our time
give and earn, swim and burn
Like dreams taking place on summer nights

^ Apparently my brother was writing songs again.
x.x
 
Non-Static:
111.785714fps
111.714286fps


Static:
114.714286fps
114.428571fps


Static and Insertion Sort:
120.461538fps
120.692308fps
 
Status
Not open for further replies.

Who is viewing this thread (Total: 2, Members: 0, Guests: 2)

Back
Top