mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Work on CSaveUI and CSfxManager
This commit is contained in:
@@ -194,7 +194,7 @@ public:
|
||||
return v >= EState::CardMount && v <= EState::CardFormat;
|
||||
}
|
||||
|
||||
static bool IsOperationDestructive(EState v)
|
||||
static bool IsCardWriting(EState v)
|
||||
{
|
||||
if (v < EState::CardProbe)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user