diff --git a/src/main.c b/src/main.c index e0b2366..f9f288d 100644 --- a/src/main.c +++ b/src/main.c @@ -46,6 +46,8 @@ void unload() { /* TODO: Remove our cvars */ globals_restore(); + + GL_UNHOOK(glColor4f); /* Manually restore OpenGL hooks here */ } printf("hl-cheat unloaded.\n\n");