aboutsummaryrefslogtreecommitdiff
path: root/saga/objectmap.h
diff options
context:
space:
mode:
authorEugene Sandulenko2004-04-30 23:02:23 +0000
committerEugene Sandulenko2004-04-30 23:02:23 +0000
commit1353e2d2dc8cf794279f4bc8f9ae12eb31accc35 (patch)
tree15b6bdcdce6449ce4f245cfd0fb200b8b2beeb30 /saga/objectmap.h
parent06d9f402df8c1be896f0b369ceacf81d1488663d (diff)
downloadscummvm-rg350-1353e2d2dc8cf794279f4bc8f9ae12eb31accc35.tar.gz
scummvm-rg350-1353e2d2dc8cf794279f4bc8f9ae12eb31accc35.tar.bz2
scummvm-rg350-1353e2d2dc8cf794279f4bc8f9ae12eb31accc35.zip
Move from custom unsigned types to those provided by main config.h
svn-id: r13687
Diffstat (limited to 'saga/objectmap.h')
-rw-r--r--saga/objectmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/objectmap.h b/saga/objectmap.h
index 12ffd76d28..d95c563bb6 100644
--- a/saga/objectmap.h
+++ b/saga/objectmap.h
@@ -44,7 +44,7 @@ struct R_CLICKAREA {
struct R_OBJECTMAP_ENTRY {
int unknown0;
- uint flags;
+ uint16 flags;
int object_num;
int script_num;