Fixed broken links

This commit is contained in:
mathusummut
2019-03-29 00:47:32 +01:00
parent 072940cacf
commit fcb0631539
8 changed files with 27 additions and 36 deletions

View File

@@ -69,7 +69,7 @@ namespace Shared {
flags |= flag;
}
static bool isFlagSet(GlobalStaticFlagTypes flag) {
return (flags & (unsigned int) flag) == (unsigned int) flag;
return (flags & flag) == flag;
}
protected: