aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/logic.h')
-rw-r--r--engines/agi/logic.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/agi/logic.h b/engines/agi/logic.h
index a30a37bc47..b46362056f 100644
--- a/engines/agi/logic.h
+++ b/engines/agi/logic.h
@@ -29,12 +29,12 @@ namespace Agi {
* AGI logic resource structure.
*/
struct AgiLogic {
- uint8 *data; /**< raw resource data */
- int size; /**< size of data */
- int sIP; /**< saved IP */
- int cIP; /**< current IP */
- int numTexts; /**< number of messages */
- const char **texts; /**< message list */
+ uint8 *data; /**< raw resource data */
+ int size; /**< size of data */
+ int sIP; /**< saved IP */
+ int cIP; /**< current IP */
+ int numTexts; /**< number of messages */
+ const char **texts; /**< message list */
};
} // End of namespace Agi