mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-26 15:24:30 -04:00
a few dSv_info_c methods ok
This commit is contained in:
@@ -0,0 +1 @@
|
||||
: int dSv_info_c::createZone(int param_1) { dSv_zone_c* zone = this->zones; for (int i = 0; i < 0x20; zone++, i++) { if (zone->unk0 < 0) { zone->init(param_1); return i; } } return -1; }
|
||||
Reference in New Issue
Block a user