mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Fix warnings in purple night
This commit is contained in:
parent
ca57b61525
commit
c136a3669e
|
@ -1441,14 +1441,6 @@ impl ParticleData {
|
||||||
Self::BossHealer(0, target)
|
Self::BossHealer(0, target)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn tile_id(&self) -> u16 {
|
|
||||||
match self {
|
|
||||||
ParticleData::Dust(_) => 70,
|
|
||||||
ParticleData::Health(_) => 88,
|
|
||||||
ParticleData::BossHealer(_, _) => 88,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fn update<'a>(
|
fn update<'a>(
|
||||||
&mut self,
|
&mut self,
|
||||||
controller: &'a ObjectController,
|
controller: &'a ObjectController,
|
||||||
|
|
Loading…
Reference in a new issue