2024-05-03 18:34:11 +01:00
|
|
|
#include <libultraship/bridge.h>
|
2024-10-05 10:33:10 -05:00
|
|
|
#include "2s2h/GameInteractor/GameInteractor.h"
|
2024-05-03 18:34:11 +01:00
|
|
|
|
|
|
|
|
void RegisterSideRoll() {
|
2024-10-05 10:02:53 -05:00
|
|
|
REGISTER_VB_SHOULD(VB_PATCH_SIDEROLL, {
|
2024-05-03 18:34:11 +01:00
|
|
|
if (CVarGetInteger("gEnhancements.Restorations.SideRoll", 0)) {
|
|
|
|
|
*should = false;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|