From 099022224f9eef0e9f4a01d83fea7217e6f83b86 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 3 Jan 2009 17:09:31 +0000 Subject: (svn r14810) -Codechange: use the proper style for global variables. --- src/music.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/music.h') diff --git a/src/music.h b/src/music.h index 22726105d..cc131b24e 100644 --- a/src/music.h +++ b/src/music.h @@ -13,6 +13,6 @@ struct SongSpecs { char song_name[64]; }; -extern const SongSpecs origin_songs_specs[NUM_SONGS_AVAILABLE]; +extern const SongSpecs _origin_songs_specs[]; #endif //MUSIC_H -- cgit v1.2.3-54-g00ecf