Tweaks any enums that use uint_max values so that they have hard types to avoid any... 1810/head
commit121d65215e510702ec910124c8f945dba3c09421
authorAreloch <Areloch@gmail.com>
Mon, 17 Oct 2016 06:00:12 +0000 (17 01:00 -0500)
committerAreloch <Areloch@gmail.com>
Mon, 17 Oct 2016 06:00:12 +0000 (17 01:00 -0500)
tree05c5c2c42b4c8e0e182ccbf79e1353ab61bfd4e8
parent3038e53856e19d3552a2bfdeddde5153f2f44470
Tweaks any enums that use uint_max values so that they have hard types to avoid any compiler kerfluffles with C++11 value narrowing, specifically pertaining to clang.
15 files changed:
Engine/source/T3D/gameBase/moveManager.h
Engine/source/T3D/objectTypes.h
Engine/source/console/consoleObject.h
Engine/source/console/sim.h
Engine/source/core/stream/fileStream.h
Engine/source/gfx/sim/debugDraw.h
Engine/source/gui/controls/guiTextListCtrl.h
Engine/source/math/mBoxBase.h
Engine/source/math/util/frustum.h
Engine/source/platform/platformMemory.cpp
Engine/source/scene/simPath.h
Engine/source/scene/zones/sceneZoneSpaceManager.h
Engine/source/sfx/sfxSoundscape.h
Engine/source/sim/netStringTable.h
Engine/source/terrain/terrRender.h