mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Add enum for pearls/symbols
This commit is contained in:
@@ -134,7 +134,7 @@ cPhs_State daYkgr_c::_create() {
|
||||
m_path = NULL;
|
||||
}
|
||||
|
||||
if (strcmp(dComIfGp_getStartStageName(), "Adanmae") == 0 && dComIfGs_isSymbol(1)) {
|
||||
if (strcmp(dComIfGp_getStartStageName(), "Adanmae") == 0 && dComIfGs_isSymbol(dSymbol_DIN_e)) {
|
||||
return cPhs_STOP_e;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user