2
0
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:
Jack Andersen
2016-12-28 19:53:00 -10:00
parent e05d69376e
commit b3cae0d4d5
17 changed files with 489 additions and 184 deletions

View File

@@ -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;