File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
GeneralsMD/Code/GameEngine/Source/GameNetwork
Generals/Code/GameEngine/Source/GameNetwork Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1554,7 +1554,7 @@ Int commandsReadyDebugSpewage = 0;
1554
1554
*/
1555
1555
Bool ConnectionManager::allCommandsReady (UnsignedInt frame, Bool justTesting /* = FALSE */ ) {
1556
1556
Bool retval = TRUE ;
1557
- FrameDataReturnType frameRetVal;
1557
+ FrameDataReturnType frameRetVal = FRAMEDATA_NOTREADY ;
1558
1558
// retval = FALSE; // ****for testing purposes only!!!!!!****
1559
1559
Int i = 0 ;
1560
1560
for (; (i < MAX_SLOTS) && retval; ++i) {
Original file line number Diff line number Diff line change @@ -1554,7 +1554,7 @@ Int commandsReadyDebugSpewage = 0;
1554
1554
*/
1555
1555
Bool ConnectionManager::allCommandsReady (UnsignedInt frame, Bool justTesting /* = FALSE */ ) {
1556
1556
Bool retval = TRUE ;
1557
- FrameDataReturnType frameRetVal;
1557
+ FrameDataReturnType frameRetVal = FRAMEDATA_NOTREADY ;
1558
1558
// retval = FALSE; // ****for testing purposes only!!!!!!****
1559
1559
Int i = 0 ;
1560
1560
for (; (i < MAX_SLOTS) && retval; ++i) {
You can’t perform that action at this time.
0 commit comments