mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Update hecl, various fixes
This commit is contained in:
@@ -20,7 +20,7 @@ void CScriptControllerAction::Accept(IVisitor& visitor)
|
||||
visitor.Visit(this);
|
||||
}
|
||||
|
||||
void CScriptControllerAction::Think(float dt, CStateManager& stateMgr)
|
||||
void CScriptControllerAction::Think(float, CStateManager& stateMgr)
|
||||
{
|
||||
bool oldPressed = x3c_26_pressed;
|
||||
if (x3c_24_mapScreenResponse)
|
||||
|
||||
Reference in New Issue
Block a user