mirror of
https://github.com/zeldaret/ss
synced 2026-06-07 11:57:48 -04:00
fixed the one fpr swap preventing link (#99)
This commit is contained in:
@@ -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