aboutsummaryrefslogtreecommitdiff
path: root/src/common.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-05-27 02:18:40 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-05-27 02:22:21 -0300
commit42959207914208438261810757abea43422a28fe (patch)
treefb7c3c6917a32f35cfb64138b7823c98fb75fbfb /src/common.hh
parentad1f1814541fc38f7c06e88c7925fbb5bd0dceeb (diff)
downloadgame-42959207914208438261810757abea43422a28fe.tar.gz
game-42959207914208438261810757abea43422a28fe.zip
impl RefreshSector and PatchSector (WTF)
Diffstat (limited to 'src/common.hh')
-rw-r--r--src/common.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.hh b/src/common.hh
index 58a28c3..bd3ccd7 100644
--- a/src/common.hh
+++ b/src/common.hh
@@ -181,7 +181,7 @@ struct TReadStream {
struct TReadBuffer: TReadStream {
// REGULAR FUNCTIONS
// =========================================================================
- TReadBuffer(uint8 *Data, int Size);
+ TReadBuffer(const uint8 *Data, int Size);
// VIRTUAL FUNCTIONS
// =========================================================================