hey guys, im working on editing some of eth32 and i started with just a simple little thing, preset vecs...i added in other peoples vecs, just like ETPUB, ETPRO etc...
it all work fine except when i try to draw the hitbox display for "my" custom one's
the code is...
my code...Code:void CHitboxWindow::Display(void) { if (eth32.settings.hitboxType != HITBOX_CUSTOM) return; AssignHitboxPart(); CWindow::Display(); }
it will compile alright but ingame it won't draw it for either, i can change HITBOX_CUSTOM to any of the presets and it will draw it but it just won't draw both of them.Code:void CHitboxWindow::Display(void) { if (eth32.settings.hitboxType != HITBOX_CUSTOM || HITBOX_FRECKLES) return; AssignHitboxPart(); CWindow::Display(); }
Thanks


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks