aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_hof.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-11-19 13:05:12 +0100
committerJohannes Schickel2012-11-19 13:06:09 +0100
commitbbb83f132b23b6a45eb6d979172264c1587f227a (patch)
tree35efe06598ce4ed8f924f2638d32e1dd2f31e034 /engines/kyra/kyra_hof.h
parentdd551c4775ab016ad9d24e2d48a0919bf5739d4b (diff)
downloadscummvm-rg350-bbb83f132b23b6a45eb6d979172264c1587f227a.tar.gz
scummvm-rg350-bbb83f132b23b6a45eb6d979172264c1587f227a.tar.bz2
scummvm-rg350-bbb83f132b23b6a45eb6d979172264c1587f227a.zip
KYRA: Make "const type *const" use consistent.
I used this command for changing "const type * const" to "const type *const": git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/const \([a-zA-Z0-9_]*\) \* const/const \1 \*const/g'
Diffstat (limited to 'engines/kyra/kyra_hof.h')
-rw-r--r--engines/kyra/kyra_hof.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/kyra/kyra_hof.h b/engines/kyra/kyra_hof.h
index a9831d0e6c..1b84e5b56f 100644
--- a/engines/kyra/kyra_hof.h
+++ b/engines/kyra/kyra_hof.h
@@ -618,16 +618,16 @@ protected:
/* ActiveWSA *_activeWSA;
ActiveText *_activeText;
*/
- /*const char * const *_sequencePakList;
+ /*const char *const *_sequencePakList;
int _sequencePakListSize;*/
- const char * const *_ingamePakList;
+ const char *const *_ingamePakList;
int _ingamePakListSize;
- const char * const *_musicFileListIntro;
+ const char *const *_musicFileListIntro;
int _musicFileListIntroSize;
- const char * const *_musicFileListFinale;
+ const char *const *_musicFileListFinale;
int _musicFileListFinaleSize;
- const char * const *_musicFileListIngame;
+ const char *const *_musicFileListIngame;
int _musicFileListIngameSize;
const uint8 *_cdaTrackTableIntro;
int _cdaTrackTableIntroSize;
@@ -635,13 +635,13 @@ protected:
int _cdaTrackTableIngameSize;
const uint8 *_cdaTrackTableFinale;
int _cdaTrackTableFinaleSize;
- const char * const *_ingameSoundList;
+ const char *const *_ingameSoundList;
int _ingameSoundListSize;
const uint16 *_ingameSoundIndex;
int _ingameSoundIndexSize;
const uint16 *_ingameTalkObjIndex;
int _ingameTalkObjIndexSize;
- const char * const *_ingameTimJpStr;
+ const char *const *_ingameTimJpStr;
int _ingameTimJpStrSize;
const ItemAnimDefinition *_itemAnimDefinition;