19991021-22:18 GMT+1

This commit is contained in:
Viktor Szakats
1999-10-21 20:37:07 +00:00
parent 2d0427eb6c
commit a67eac4e13

View File

@@ -447,8 +447,6 @@ USHORT hb_gtGetColorStr( char * fpColorString )
strcpy( fpColorString, sColors );
hb_xfree( sColors );
hb_gtColorSelect( CLR_STANDARD );
return 0;
}
@@ -610,6 +608,8 @@ USHORT hb_gtSetColorStr( char * fpColorString )
if( nPos > 0 && nPos < 4 )
s_Color[ 4 ] = s_Color[ 1 ];
hb_gtColorSelect( CLR_STANDARD );
return 0;
}