Add enum for pearls/symbols

This commit is contained in:
LagoLunatic
2026-07-23 22:07:02 -04:00
parent 4efda6f355
commit af1c8e261e
18 changed files with 53 additions and 47 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ daObjQuake_HIO_c::daObjQuake_HIO_c() {
cPhs_State daObjQuake_c::_create() {
fopAcM_ct(this, daObjQuake_c);
if (dComIfGs_isSymbol(1)) {
if (dComIfGs_isSymbol(dSymbol_DIN_e)) {
return cPhs_STOP_e;
}