aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-07-06 12:57:51 +0000
committerMax Horn2002-07-06 12:57:51 +0000
commit671678a6c50d9e6c8aed01e9ff86ad77ead930cc (patch)
tree73de9e88b858812c2ea9662a4e06eed0595ee5e1 /scumm.h
parent71080f98ab69cb080c8f09349f72e969bfd5a7e5 (diff)
downloadscummvm-rg350-671678a6c50d9e6c8aed01e9ff86ad77ead930cc.tar.gz
scummvm-rg350-671678a6c50d9e6c8aed01e9ff86ad77ead930cc.tar.bz2
scummvm-rg350-671678a6c50d9e6c8aed01e9ff86ad77ead930cc.zip
added mouse over effect
svn-id: r4466
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/scumm.h b/scumm.h
index 6712ca6ca4..e9a8798608 100644
--- a/scumm.h
+++ b/scumm.h
@@ -74,7 +74,7 @@ enum {
};
struct ScummPoint {
- int x,y;
+ int x, y;
};
struct MemBlkHeader {
@@ -417,12 +417,12 @@ struct ArrayHeader {
};
struct SentenceTab {
- byte unk5;
- byte unk2;
- uint16 unk4;
- uint16 unk3;
- byte unk;
- byte pad;
+ byte unk5;
+ byte unk2;
+ uint16 unk4;
+ uint16 unk3;
+ byte unk;
+ byte pad;
};
struct StringTab {