Page 1 of 1

A question about ddnet source

Posted: Wed Jul 16, 2014 11:30 pm
by Feca
Inside /DDRace64/src/game/server/entities/character.cpp line 1957:

Code: Select all

Seconds = -1
is handled with special attention and I thought about using it as indicating if the tee is deep frozen.

So my question is:
Is Seconds already used for something else or can I use it safely?
(I probably won't make a pull request, but I don't even want to start wrong)

Re: A question about ddnet source

Posted: Wed Aug 13, 2014 6:52 pm
by deen
I don't understand how you want to transfer that information to the client.

Re: A question about ddnet source

Posted: Fri Aug 15, 2014 12:42 pm
by Feca
I thought it's sent to the client, but it doesn't matter I dropped the idea anyway.