mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 11:24:00 +02:00
Fixed broken links
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user