aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/backgroundIncrust.h
diff options
context:
space:
mode:
authorMax Horn2007-05-10 07:48:13 +0000
committerMax Horn2007-05-10 07:48:13 +0000
commit441fddf01cd6bb16ae56e7d62ca161674c1ba30d (patch)
tree7507f323cf5e7c1bb1c50b9257248fa6be18d962 /engines/cruise/backgroundIncrust.h
parenta6095b93d92e52f0384d01874631717450753818 (diff)
downloadscummvm-rg350-441fddf01cd6bb16ae56e7d62ca161674c1ba30d.tar.gz
scummvm-rg350-441fddf01cd6bb16ae56e7d62ca161674c1ba30d.tar.bz2
scummvm-rg350-441fddf01cd6bb16ae56e7d62ca161674c1ba30d.zip
Removed lot of unnecessary typedefs; added a NUM_PERSONS constant; renamed _X/_Y vars to avoid conflicts with system headers on various systems (see bug #1716109)
svn-id: r26798
Diffstat (limited to 'engines/cruise/backgroundIncrust.h')
-rw-r--r--engines/cruise/backgroundIncrust.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cruise/backgroundIncrust.h b/engines/cruise/backgroundIncrust.h
index c1e20609fd..abbe837ad7 100644
--- a/engines/cruise/backgroundIncrust.h
+++ b/engines/cruise/backgroundIncrust.h
@@ -50,8 +50,6 @@ struct backgroundIncrustStruct {
uint16 var34;
};
-typedef struct backgroundIncrustStruct backgroundIncrustStruct;
-
extern backgroundIncrustStruct backgroundIncrustHead;
void resetBackgroundIncrustList(backgroundIncrustStruct * pHead);