ZDRay lump loading adjustments
This commit is contained in:
parent
ac90f1099a
commit
ee7771f71f
8 changed files with 283 additions and 247 deletions
|
|
@ -361,6 +361,12 @@ public:
|
|||
return v;
|
||||
}
|
||||
|
||||
float ReadFloat()
|
||||
{
|
||||
float v = 0.0f;
|
||||
Read(&v, 4);
|
||||
return v;
|
||||
}
|
||||
|
||||
friend class FileSystem;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue