aboutsummaryrefslogtreecommitdiff
path: root/src/common.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-08-15 15:48:19 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-08-15 15:50:32 -0300
commit8082c228c5d618e6f865f76b4d0518c2fde573ec (patch)
tree59e61abe98c3060fb1eb3677b9dbbb744c92174a /src/common.hh
parente4b8bf807b76f6f446d9617d9a3957dc77dd6e90 (diff)
downloadgame-8082c228c5d618e6f865f76b4d0518c2fde573ec.tar.gz
game-8082c228c5d618e6f865f76b4d0518c2fde573ec.zip
wrapping up for a public release
Diffstat (limited to 'src/common.hh')
-rw-r--r--src/common.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.hh b/src/common.hh
index 971dca2..8e0cac7 100644
--- a/src/common.hh
+++ b/src/common.hh
@@ -245,7 +245,6 @@ struct TWriteStream {
struct TWriteBuffer: TWriteStream {
TWriteBuffer(uint8 *Data, int Size);
- void reset(void) { this->Position = 0; }
// VIRTUAL FUNCTIONS
// =================