mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix out of range enum casts in deSerialize functions (#14090)
This commit is contained in:
@@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include <iostream>
|
||||
#include "irrlichttypes_bloated.h"
|
||||
|
||||
enum TileAnimationType
|
||||
enum TileAnimationType : u8
|
||||
{
|
||||
TAT_NONE = 0,
|
||||
TAT_VERTICAL_FRAMES = 1,
|
||||
|
Reference in New Issue
Block a user