DIRECTOR: Fix code formatting
This commit is contained in:
parent
98f0006ad9
commit
bfd2b487eb
2 changed files with 3 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
namespace Director {
|
namespace Director {
|
||||||
|
|
||||||
Stxt::Stxt (Common::SeekableSubReadStreamEndian &textStream) {
|
Stxt::Stxt(Common::SeekableSubReadStreamEndian &textStream) {
|
||||||
// TODO: Side effects on textStream make this a little hard to understand in context?
|
// TODO: Side effects on textStream make this a little hard to understand in context?
|
||||||
uint32 unk1 = textStream.readUint32();
|
uint32 unk1 = textStream.readUint32();
|
||||||
uint32 strLen = textStream.readUint32();
|
uint32 strLen = textStream.readUint32();
|
||||||
|
|
|
@ -29,7 +29,8 @@ namespace Director {
|
||||||
|
|
||||||
class Stxt {
|
class Stxt {
|
||||||
public:
|
public:
|
||||||
Stxt (Common::SeekableSubReadStreamEndian &textStream);
|
Stxt(Common::SeekableSubReadStreamEndian &textStream);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Common::String _ftext;
|
Common::String _ftext;
|
||||||
uint32 _fontId;
|
uint32 _fontId;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue