mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Implement progress failures
I took the liberty to improve the obvious failure cases where a red progress bar would be useful.
This commit is contained in:
@ -300,6 +300,7 @@ void pfSecurePreloader::Start()
|
||||
void pfSecurePreloader::Terminate()
|
||||
{
|
||||
FATAL("pfSecurePreloader failure");
|
||||
fProgress->SetAborting();
|
||||
|
||||
plPreloaderMsg* msg = new plPreloaderMsg;
|
||||
msg->fSuccess = false;
|
||||
|
Reference in New Issue
Block a user