File tree 2 files changed +2
-2
lines changed
GeneralsMD/Code/GameEngine/Source/Common/System
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
51
51
// TheSuperHackers @feature helmutbuhler 04/10/2025
52
52
// Uncomment this to show normal logging stuff in the crc logging.
53
- // This can be helpful for context, but can also clutter diffs because normal logs arn 't necessarily
53
+ // This can be helpful for context, but can also clutter diffs because normal logs aren 't necessarily
54
54
// deterministic or the same on all peers in multiplayer games.
55
55
// #define INCLUDE_DEBUG_LOG_IN_CRC_LOG
56
56
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ add_feature_info(DebugLogging RTS_DEBUG_LOGGING
17
17
add_feature_info(DebugCrashing RTS_DEBUG_CRASHING "Build with Debug Crashing" )
18
18
add_feature_info(DebugStacktrace RTS_DEBUG_STACKTRACE "Build with Debug Stacktracing" )
19
19
add_feature_info(DebugProfile RTS_DEBUG_PROFILE "Build with Debug Profiling" )
20
- add_feature_info(DebugIncludeDebugLogInCrcLog RTS_DEBUG_INCLUDE_DEBUG_LOG_IN_CRC_LOG "Include debug logs in crc logs " )
20
+ add_feature_info(DebugIncludeDebugLogInCrcLog RTS_DEBUG_INCLUDE_DEBUG_LOG_IN_CRC_LOG "Build with Debug Logging in CRC log " )
21
21
22
22
23
23
# Helper macro that handles DEFAULT ON OFF options
You can’t perform that action at this time.
0 commit comments