aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/objectman.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/objectman.h')
-rw-r--r--engines/sword1/objectman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/objectman.h b/engines/sword1/objectman.h
index c167e33ab3..f0a5f3eb55 100644
--- a/engines/sword1/objectman.h
+++ b/engines/sword1/objectman.h
@@ -59,7 +59,7 @@ private:
ResMan *_resMan;
static const uint32 _objectList[TOTAL_SECTIONS]; //a table of pointers to object files
static const uint32 _textList[TOTAL_SECTIONS][7]; //a table of pointers to text files
- uint16 _liveList[TOTAL_SECTIONS]; //which sections are active
+ uint16 _liveList[TOTAL_SECTIONS]; //which sections are active
uint8 *_cptData[TOTAL_SECTIONS];
static char _errorStr[];
};