aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/alt_info.h
diff options
context:
space:
mode:
authordreammaster2019-06-27 04:02:48 +0100
committerPaul Gilbert2019-07-06 15:27:08 -0700
commitdc40211ec5e54d01f7cb822940714ed6e6da36d5 (patch)
treededda7f6ce1ab7f581941d9f002ad1926fa3e367 /engines/glk/alan3/alt_info.h
parentaebf25661076eaa382b3025f0123f6ceb7cf920b (diff)
downloadscummvm-rg350-dc40211ec5e54d01f7cb822940714ed6e6da36d5.tar.gz
scummvm-rg350-dc40211ec5e54d01f7cb822940714ed6e6da36d5.tar.bz2
scummvm-rg350-dc40211ec5e54d01f7cb822940714ed6e6da36d5.zip
GLK: ALAN3: Proper indentation & formatting
Diffstat (limited to 'engines/glk/alan3/alt_info.h')
-rw-r--r--engines/glk/alan3/alt_info.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/glk/alan3/alt_info.h b/engines/glk/alan3/alt_info.h
index de99585018..2a7dd0c2f9 100644
--- a/engines/glk/alan3/alt_info.h
+++ b/engines/glk/alan3/alt_info.h
@@ -51,14 +51,14 @@ namespace Alan3 {
/* Types */
struct AltInfo {
- bool end; /* Indicator of end in AltInfoArray, first empty has TRUE here */
+ bool end; /* Indicator of end in AltInfoArray, first empty has TRUE here */
AltEntry *alt;
bool done;
- Aint level; /* 0 - Global, 1 - location, 2 - parameter */
- Aid _class; /* In which class, only used for tracing */
- Aid instance; /* In which instance the Alternative was found,
- used to set current.instance and tracing */
- Aid parameter; /* In which parameter, only used for tracing */
+ Aint level; /* 0 - Global, 1 - location, 2 - parameter */
+ Aid _class; /* In which class, only used for tracing */
+ Aid instance; /* In which instance the Alternative was found,
+ used to set current.instance and tracing */
+ Aid parameter; /* In which parameter, only used for tracing */
};
typedef AltEntry *(*AltEntryFinder)(int verb, int parameterNumber, int theInstance, int theClass);