Use PanicAlert instead of PanicAlertT when appropriate

It means less work for the translators... But I'm not too sure
about this, because most of these have already been translated.
This commit is contained in:
JosJuice
2015-06-04 13:23:58 +02:00
parent 95a2abc1ce
commit 030d467d62
10 changed files with 16 additions and 16 deletions

View File

@ -614,7 +614,7 @@ void SetState(EState _State)
Wiimote::Resume();
break;
default:
PanicAlertT("Invalid state");
PanicAlert("Invalid state");
break;
}
}