aboutsummaryrefslogtreecommitdiff
path: root/gob/draw.h
diff options
context:
space:
mode:
authorEugene Sandulenko2006-01-29 02:27:10 +0000
committerEugene Sandulenko2006-01-29 02:27:10 +0000
commit4780ab9223293243fdeadbda490eeea25aba2072 (patch)
tree9cbf33b790e67b8ca89cd59195f183075e7767cd /gob/draw.h
parentbdac3715992d457e30eb3874ac47a60e4632acb7 (diff)
downloadscummvm-rg350-4780ab9223293243fdeadbda490eeea25aba2072.tar.gz
scummvm-rg350-4780ab9223293243fdeadbda490eeea25aba2072.tar.bz2
scummvm-rg350-4780ab9223293243fdeadbda490eeea25aba2072.zip
Patch #1417631: "gobliiins cleanup". Thanks, wjp.
svn-id: r20283
Diffstat (limited to 'gob/draw.h')
-rw-r--r--gob/draw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gob/draw.h b/gob/draw.h
index 06a9fb44b3..de8ca65df4 100644
--- a/gob/draw.h
+++ b/gob/draw.h
@@ -33,13 +33,13 @@ namespace Gob {
class Draw {
public:
- typedef struct FontToSprite {
+ struct FontToSprite {
int8 sprite;
int8 base;
int8 width;
int8 height;
FontToSprite() : sprite(0), base(0), width(0), height() {}
- } FontToSprite;
+ };
int16 _fontIndex;
int16 _spriteLeft;