mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Refactor memory card access class as CMemoryCardDriver
This commit is contained in:
@@ -16,7 +16,7 @@ CScriptTimer::CScriptTimer(TUniqueId uid, const std::string& name, const CEntity
|
||||
{
|
||||
}
|
||||
|
||||
void CScriptTimer::Think(float, CStateManager&)
|
||||
void CScriptTimer::Think(float dt, CStateManager& mgr)
|
||||
{
|
||||
if (GetActive() && IsTiming())
|
||||
ApplyTime(dt, mgr);
|
||||
|
||||
Reference in New Issue
Block a user