Removed a comment that is no longer valid.

This commit is contained in:
Matthew Budd 2020-11-19 20:43:25 -05:00
parent b1c0f7aaba
commit 6ac1d9e171
1 changed files with 1 additions and 1 deletions

View File

@ -2931,7 +2931,7 @@ void loadGameDebugBreakpoints(void)
else if ( strcmp( id, "flags" ) == 0 )
{
type = 0;
enable = (data[0] == 'E'); // Always start with breakpoints disabled.
enable = (data[0] == 'E');
if ( data[1] == 'P' )
{