Add chams code

No custom colors yet
This commit is contained in:
8dcc
2023-07-24 17:03:22 +02:00
parent 5858a2e4ec
commit 9627989304
3 changed files with 53 additions and 3 deletions

View File

@@ -55,7 +55,6 @@ int h_HUD_Redraw(float time, int intermission) {
}
void h_StudioRenderModel(void* this_ptr) {
ORIGINAL(StudioRenderModel, this_ptr);
printf("Hi from StudioRenderModel!\n");
if (!chams(this_ptr))
ORIGINAL(StudioRenderModel, this_ptr);
}