NEVERHOOD: Fix MSVC C4309 enum sign warning

This commit is contained in:
Donovan Watteau 2022-11-26 16:03:02 +01:00 committed by Eugene Sandulenko
parent cbea3840c1
commit 29004bee91

View File

@ -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