Merge pull request #23 from ScatterBox/main

This commit is contained in:
Ian 2023-01-22 17:51:43 -05:00 committed by GitHub
commit 9c088c5b06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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 = {};