game-source/klik/debug.qc
Bill Currie 88c055ea3c <zinx> taniwha: FWIW, the code is officially donated to quakeforge :)
<taniwha> zinx: thanks :)

zinx' klik mod :)
2003-10-24 21:43:32 +00:00

13 lines
158 B
C++

#include "common.qh"
#include "debug.qh"
void() debug_impulse = {
local float imp;
imp = self.impulse;
self.impulse = 0;
{
self.impulse = imp;
}
};