2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

macOS build sync

This commit is contained in:
Jack Andersen
2016-09-29 17:33:35 -10:00
parent 6c765d19fd
commit 7b8c9c114c
8 changed files with 126 additions and 36 deletions

View File

@@ -24,7 +24,7 @@ float CEnergyDrainSource::GetEnergyDrainIntensity() const
return x4_intensity;
}
bool CEnergyDrainSource::operator<(const CEnergyDrainSource& other)
bool CEnergyDrainSource::operator<(const CEnergyDrainSource& other) const
{
return x0_source < other.x0_source;
}