File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
GeneralsMD/Code/GameEngine/Source/GameClient
Generals/Code/GameEngine/Source/GameClient Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ bool ClientInstance::isInitialized()
82
82
83
83
UnsignedInt ClientInstance::getInstanceIndex ()
84
84
{
85
- DEBUG_ASSERTLOG (! isInitialized (), (" ClientInstance::isInitialized() failed" ));
85
+ DEBUG_ASSERTLOG (isInitialized (), (" ClientInstance::isInitialized() failed" ));
86
86
return s_instanceIndex;
87
87
}
88
88
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ bool ClientInstance::isInitialized()
82
82
83
83
UnsignedInt ClientInstance::getInstanceIndex ()
84
84
{
85
- DEBUG_ASSERTLOG (! isInitialized (), (" ClientInstance::isInitialized() failed" ));
85
+ DEBUG_ASSERTLOG (isInitialized (), (" ClientInstance::isInitialized() failed" ));
86
86
return s_instanceIndex;
87
87
}
88
88
You can’t perform that action at this time.
0 commit comments