mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
MOHAWK: Fix MSVC C4309 enum sign warning
This commit is contained in:
parent
0a873f738c
commit
6815ace672
@ -32,7 +32,7 @@ class GraphicsManager;
|
||||
class Feature;
|
||||
class View;
|
||||
|
||||
enum {
|
||||
enum : uint {
|
||||
kFeatureObjectMask = 0xff, // both (sort of)
|
||||
kFeatureOldSortForeground = 0x1000, // old
|
||||
kFeatureOldDropSpot = 0x2000, // old
|
||||
|
Loading…
Reference in New Issue
Block a user