mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:47:43 +00:00
CScanDisplay: Eliminate implicit sign conversions
Removes implicit sign conversions and also dehardcodes quite a bit of sizes.
This commit is contained in:
@@ -79,8 +79,8 @@ private:
|
||||
float x1b0_aPulse = 1.f;
|
||||
bool x1b4_scanComplete = false;
|
||||
|
||||
float GetDownloadStartTime(int idx) const;
|
||||
float GetDownloadFraction(int idx, float scanningTime) const;
|
||||
float GetDownloadStartTime(size_t idx) const;
|
||||
float GetDownloadFraction(size_t idx, float scanningTime) const;
|
||||
static void SetScanMessageTypeEffect(CGuiTextPane* pane, bool type);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user