From 671678a6c50d9e6c8aed01e9ff86ad77ead930cc Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 6 Jul 2002 12:57:51 +0000 Subject: added mouse over effect svn-id: r4466 --- scumm.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'scumm.h') 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 { -- cgit v1.2.3