Might as well merge, not need for larger sizes.

svn-id: r11804
This commit is contained in:
Travis Howell 2003-12-21 06:36:29 +00:00
parent 7fbb3e0559
commit a7201f0dac

View File

@ -119,15 +119,6 @@ struct TimeEvent {
};
struct GameSpecificSettings {
#ifndef __PALM_OS__
const char *gme_filename;
const char *wav_filename;
const char *voc_filename;
const char *mp3_filename;
const char *voc_effects_filename;
const char *mp3_effects_filename;
const char *gamepc_filename;
#else
const char gme_filename[12];
const char wav_filename[12];
const char voc_filename[12];
@ -135,7 +126,6 @@ struct GameSpecificSettings {
const char voc_effects_filename[12];
const char mp3_effects_filename[12];
const char gamepc_filename[12];
#endif
};
} // End of namespace Simon