SAGA: Janitorial - Fix spacing errors

This commit is contained in:
Strangerke 2013-11-24 19:14:45 +01:00
parent 819ab3189f
commit cfbe557bdc

View File

@ -138,7 +138,7 @@ enum GameFileTypes {
enum GameFeatures {
GF_ITE_FLOPPY = 1 << 0,
#if 0
GF_OLD_ITE_DOS = 1 << 1, // Currently unused
GF_OLD_ITE_DOS = 1 << 1, // Currently unused
#endif
GF_EXTRA_ITE_CREDITS = 1 << 2,
GF_8BIT_UNSIGNED_PCM = 1 << 3