mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-01 15:59:45 -04:00
d_s_logo / d_s_play debug work, d_a_kago cleanup, misc cleanup (#3116)
* d_a_kago cleanup * d_s_logo wii/shield work * d_s_logo / d_s_play debug work * fix missing profile class sizeof's * fix phase->id values * build fixes * fix dCamera_c and camera profile
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
static int fopKy_KANKYO_TYPE;
|
||||
|
||||
void fopKy_IsKankyo(void* i_this) {
|
||||
fpcM_IsJustType(fopKy_KANKYO_TYPE, ((kankyo_class*)i_this)->type);
|
||||
BOOL fopKy_IsKankyo(void* i_this) {
|
||||
return fpcM_IsJustType(fopKy_KANKYO_TYPE, ((kankyo_class*)i_this)->type);
|
||||
}
|
||||
|
||||
static int fopKy_Draw(void* i_this) {
|
||||
|
||||
Reference in New Issue
Block a user