diff options
Diffstat (limited to 'sword2/console.h')
-rw-r--r-- | sword2/console.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sword2/console.h b/sword2/console.h index 0a2cc4e725..660ab6cc5f 100644 --- a/sword2/console.h +++ b/sword2/console.h @@ -67,8 +67,10 @@ public: int32 _textNumber; - ObjectGraphic _playerGraphic; - uint32 _playerGraphicNoFrames; + int32 _graphType; + int32 _graphAnimRes; + int32 _graphAnimPc; + uint32 _graphNoFrames; void buildDebugText(); void drawDebugGraphics(); |