a few dSv_info_c methods ok

This commit is contained in:
unknown
2020-11-28 19:18:27 -05:00
parent 9982bcab28
commit f861af3f37
35 changed files with 740 additions and 745 deletions
+1
View File
@@ -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; }