refactor enums
credits for class BitFlags go to Jelvan <3
This commit is contained in:
@@ -266,7 +266,7 @@ void ParsePatch( bool onlyLights ){
|
||||
|
||||
// if brush primitives format, we may have some epairs to ignore here
|
||||
GetToken( true );
|
||||
if ( !strEqual( token, "}" ) && ( g_brushType == BPRIMIT_BP || g_brushType == BPRIMIT_UNDEFINED ) ) {
|
||||
if ( !strEqual( token, "}" ) && ( g_brushType == EBrushType::Bp || g_brushType == EBrushType::Undefined ) ) {
|
||||
std::list<epair_t> dummy;
|
||||
ParseEPair( dummy );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user