fatal: Standardize result definitions
This commit is contained in:
@@ -97,10 +97,10 @@ static bool InRepairWithoutTimeReviserCartridge() {
|
||||
|
||||
void CheckRepairStatus() {
|
||||
if (InRepairWithoutVolHeld()) {
|
||||
ThrowFatalForSelf(FatalResult_InRepairWithoutVolHeld);
|
||||
ThrowFatalForSelf(ResultFatalInRepairWithoutVolHeld);
|
||||
}
|
||||
|
||||
if (InRepairWithoutTimeReviserCartridge()) {
|
||||
ThrowFatalForSelf(FatalResult_InRepairWithoutTimeReviserCartridge);
|
||||
ThrowFatalForSelf(ResultFatalInRepairWithoutTimeReviserCartridge);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user