fast actions, fix versus crash

"immobilized" attacks in versus are also considered as action
This commit is contained in:
explorer
2024-12-22 14:35:23 +03:00
parent 7b440b4004
commit 8496bfcbeb
4 changed files with 75 additions and 16 deletions

View File

@ -11,6 +11,8 @@ struct Interface_Structure
Interface_Structure Interface_Extra_Commands;
Interface_Structure Interface_Extra_Commands_Action;
Interface_Structure Interface_Interpolate_Extra_Commands;
Interface_Structure Interface_Target_On_Simulation;
@ -54,6 +56,8 @@ void Implement_Extended_Interface()
Create_Interface(Pointer_Name(Interface_Extra_Commands), (char*)"5", nullptr);
Create_Interface(Pointer_Name(Interface_Extra_Commands_Action), (char*)"10", nullptr);
Create_Interface(Pointer_Name(Interface_Interpolate_Extra_Commands), (char*)"1", nullptr);
Create_Interface(Pointer_Name(Interface_Target_On_Simulation), (char*)"0", nullptr);