mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-25 21:31:28 +00:00
Merge pull request #23 from ScatterBox/main
This commit is contained in:
commit
9c088c5b06
2 changed files with 3 additions and 2 deletions
|
@ -157,6 +157,7 @@ void end_sys_globals; // flag for structure dumping
|
|||
.float Flash_Size;
|
||||
.float currentmag2;
|
||||
.float maxspeed;
|
||||
.float facingenemy;
|
||||
.float renderGrayscale;
|
||||
//.float scale;
|
||||
void end_sys_fields; // flag for structure dumping
|
||||
|
|
|
@ -429,7 +429,7 @@ void() PlayerPostThink =
|
|||
|
||||
// Perform a traceline to keep track of entities directly
|
||||
// in front of the player.
|
||||
#ifndef QUAKESPASM
|
||||
//#ifndef QUAKESPASM
|
||||
|
||||
vector source;
|
||||
|
||||
|
@ -463,7 +463,7 @@ void() PlayerPostThink =
|
|||
else
|
||||
self.facingenemy = false;
|
||||
|
||||
#endif // QUAKESPASM
|
||||
//#endif // QUAKESPASM
|
||||
};
|
||||
|
||||
void() ClientKill = {};
|
||||
|
|
Loading…
Reference in a new issue