mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-19 07:31:03 +00:00
parent
ff38cfe179
commit
3d4177fbb2
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ public:
|
|||
return BigLong(v);
|
||||
}
|
||||
|
||||
uint32_t ReadUInt64()
|
||||
uint64_t ReadUInt64()
|
||||
{
|
||||
uint64_t v = 0;
|
||||
Read(&v, 8);
|
||||
|
|
Loading…
Reference in a new issue