Codechange: remove uses of MemCmpT (and MemMoveT)

This commit is contained in:
Rubidium
2025-03-18 19:41:04 +01:00
committed by rubidium42
parent e55f54ce08
commit a908c7bed0
7 changed files with 10 additions and 37 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#include "sprite_file_type.hpp"
/** Signature of a container version 2 GRF. */
extern const uint8_t _grf_cont_v2_sig[8] = {'G', 'R', 'F', 0x82, 0x0D, 0x0A, 0x1A, 0x0A};
extern const std::array<uint8_t, 8> _grf_cont_v2_sig = {'G', 'R', 'F', 0x82, 0x0D, 0x0A, 0x1A, 0x0A};
/**
* Get the container version of the currently opened GRF file.