Fix the FSF's address in COPYING. Add comments on the upstream status of each patch. Remove deprecated "Encoding" key from desktop file.
11 lines
245 B
Diff
11 lines
245 B
Diff
--- src/Menu.c 2005-03-05 08:20:04.000000000 -0800
|
|
+++ src/Menu.c 2006-04-02 15:04:37.000000000 -0700
|
|
@@ -116,7 +116,7 @@
|
|
if(n == SOUND_ENABLED || n == MUSIC_ENABLED)
|
|
return sound_loaded;
|
|
else
|
|
- return 0;
|
|
+ return 1;
|
|
}
|
|
|
|
void
|