2024-10-10 00:46:05 -04:00
|
|
|
#include <libultraship/bridge.h>
|
|
|
|
|
#include "2s2h/GameInteractor/GameInteractor.h"
|
|
|
|
|
|
|
|
|
|
void RegisterElegyAnywhere() {
|
|
|
|
|
REGISTER_VB_SHOULD(VB_ELEGY_CHECK_SCENE, {
|
|
|
|
|
if (CVarGetInteger("gCheats.ElegyAnywhere", 0)) {
|
|
|
|
|
*should = true;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|