Quick fix for RPC on Chroma Key, small Makefile edits

This commit is contained in:
Llennpie 2021-12-29 20:38:54 -05:00
parent f53aaff7db
commit d2d546ea75
2 changed files with 5 additions and 4 deletions

View File

@ -31,10 +31,10 @@ OSX_BUILD ?= 0
# Specify the target you are building for, TARGET_BITS=0 means native
TARGET_ARCH ?= native
TARGET_BITS ?= 0
# Disable better camera by default
BETTERCAMERA ?= 0
# Disable no drawing distance by default
NODRAWINGDISTANCE ?= 0
# Disable better camera
BETTERCAMERA = 0
# Enable no drawing distance by default
NODRAWINGDISTANCE ?= 1
# Disable texture fixes by default (helps with them purists)
TEXTURE_FIX ?= 0
# Enable Discord Rich Presence

View File

@ -177,6 +177,7 @@ static void set_time(void){
static void set_details(void) {
if (gCurrLevelNum == LEVEL_SA) {
lastCourseNum = gCurrCourseNum;
strcpy(stage, "Chroma Keying");
return;
}