mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
NEVERHOOD: Fix MSVC C4309 enum sign warning
This commit is contained in:
parent
cbea3840c1
commit
29004bee91
@ -28,7 +28,7 @@
|
||||
|
||||
namespace Neverhood {
|
||||
|
||||
enum {
|
||||
enum : uint {
|
||||
// Misc
|
||||
V_MODULE_NAME = 0x91080831, // Currently active module name hash
|
||||
V_CURRENT_SCENE = 0x108A4870, // Current scene in the current module
|
||||
|
Loading…
x
Reference in New Issue
Block a user