Files

11 lines
283 B
C++
Raw Permalink Normal View History

2024-05-04 15:22:59 +02:00
#include <libultraship/bridge.h>
#include "2s2h/GameInteractor/GameInteractor.h"
2024-05-04 15:22:59 +02:00
void RegisterHideTitleCards() {
2024-10-05 10:02:53 -05:00
REGISTER_VB_SHOULD(VB_SHOW_TITLE_CARD, {
2024-05-04 15:22:59 +02:00
if (CVarGetInteger("gEnhancements.Cutscenes.HideTitleCards", 0)) {
*should = false;
}
});
}