Apply gamepad axis rotation to usercmds

This commit is contained in:
Jan
2021-08-23 13:25:14 +02:00
parent 6434526fcb
commit 6043dabc3c
4 changed files with 233 additions and 340 deletions

View File

@ -1274,4 +1274,6 @@ namespace Game
}
}
#pragma optimize("", on)
clientActive_t* clients = reinterpret_cast<clientActive_t*>(0xB2C698);
}

View File

@ -956,4 +956,6 @@ namespace Game
void R_AddDebugBounds(float* color, Bounds* b, const float(*quat)[4]);
Glyph* R_GetCharacterGlyph(Font_s* font, unsigned int letter);
extern clientActive_t* clients;
}