mirror of
https://github.com/electronicarts/CnC_Remastered_Collection.git
synced 2026-07-04 09:13:13 -04:00
August 6th Patch Update
Accumulated DLL source code changes since June 22nd patch
This commit is contained in:
+2
-2
@@ -168,9 +168,9 @@ bool SuperClass::Enable(bool onetime, bool player, bool quiet)
|
||||
* HISTORY: *
|
||||
* 07/28/1995 JLB : Created. *
|
||||
*=============================================================================================*/
|
||||
bool SuperClass::Remove(void)
|
||||
bool SuperClass::Remove(bool forced)
|
||||
{
|
||||
if (IsPresent && !IsOneTime) {
|
||||
if (IsPresent && (!IsOneTime || forced)) {
|
||||
IsReady = false;
|
||||
IsPresent = false;
|
||||
return(true);
|
||||
|
||||
Reference in New Issue
Block a user