diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-27 02:18:40 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-27 02:22:21 -0300 |
| commit | 42959207914208438261810757abea43422a28fe (patch) | |
| tree | fb7c3c6917a32f35cfb64138b7823c98fb75fbfb /src/common.hh | |
| parent | ad1f1814541fc38f7c06e88c7925fbb5bd0dceeb (diff) | |
| download | game-42959207914208438261810757abea43422a28fe.tar.gz game-42959207914208438261810757abea43422a28fe.zip | |
impl RefreshSector and PatchSector (WTF)
Diffstat (limited to 'src/common.hh')
| -rw-r--r-- | src/common.hh | 2 |
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 // ========================================================================= |
