mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
fixed the one fpr swap preventing link (#99)
This commit is contained in:
+1
-1
@@ -1804,7 +1804,7 @@ config.libs = [
|
||||
Rel(Matching, "d_t_fairytag", "REL/d/t/d_t_fairytag.cpp"),
|
||||
Rel(NonMatching, "d_t_fence_synchronizer", "REL/d/t/d_t_fence_synchronizer.cpp"),
|
||||
Rel(NonMatching, "d_t_gate_to_ground", "REL/d/t/d_t_gate_to_ground.cpp"),
|
||||
Rel(NonMatching, "d_t_gekotag", "REL/d/t/d_t_gekotag.cpp"),
|
||||
Rel(Matching, "d_t_gekotag", "REL/d/t/d_t_gekotag.cpp"),
|
||||
Rel(Matching, "d_t_genki_dws_tgt", "REL/d/t/d_t_genki_dws_tgt.cpp"),
|
||||
Rel(NonMatching, "d_t_group_summon", "REL/d/t/d_t_group_summon.cpp"),
|
||||
Rel(NonMatching, "d_t_group_test", "REL/d/t/d_t_group_test.cpp"),
|
||||
|
||||
@@ -25,9 +25,10 @@ int dTgGekoTag::create() {
|
||||
mRefs[i].unlink();
|
||||
}
|
||||
|
||||
// Regswaps
|
||||
mNoSpawnRadius = getNoSpawnRadius();
|
||||
if (!mNoSpawnRadius) {
|
||||
|
||||
f32 rad = mNoSpawnRadius;
|
||||
if (!rad) {
|
||||
mNoSpawnRadius = 100.0f;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user