mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Change GI_VB_ to VB_ (#798)
This commit is contained in:
@@ -13,7 +13,7 @@ extern PlayState* gPlayState;
|
||||
}
|
||||
|
||||
void RegisterTextBasedClock() {
|
||||
REGISTER_VB_SHOULD(GI_VB_PREVENT_CLOCK_DISPLAY, {
|
||||
REGISTER_VB_SHOULD(VB_PREVENT_CLOCK_DISPLAY, {
|
||||
if (CVarGetInteger("gEnhancements.Graphics.ClockType", CLOCK_TYPE_ORIGINAL) == CLOCK_TYPE_TEXT_BASED) {
|
||||
*should = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user