mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Use types from common.h
This commit is contained in:
@@ -99,7 +99,7 @@ void MemoryStream::SetPosition(uint64 position)
|
||||
Seek(position, STREAM_SEEK_BEGIN);
|
||||
}
|
||||
|
||||
void MemoryStream::Seek(sint64 offset, int origin)
|
||||
void MemoryStream::Seek(sint64 offset, sint32 origin)
|
||||
{
|
||||
uint64 newPosition;
|
||||
switch (origin) {
|
||||
|
||||
Reference in New Issue
Block a user