@@ -306,7 +306,7 @@ bool Init_Game(int, char*[])
306
306
sprintf (buffer, " Command & Conquer kann Ihren Maustreiber nicht finden.." );
307
307
#else
308
308
#ifdef FRENCH
309
- sprintf (buffer, " Command & Conquer ne peut pas d� tecter votre gestionnaire de souris." );
309
+ sprintf (buffer, " Command & Conquer ne peut pas d? tecter votre gestionnaire de souris." );
310
310
#else
311
311
sprintf (buffer, " Command & Conquer is unable to detect your mouse driver." );
312
312
#endif
@@ -511,10 +511,6 @@ bool Init_Game(int, char*[])
511
511
MFCD::Cache (" CONQUER.MIX" );
512
512
if (SampleType != 0 && !Debug_Quiet) {
513
513
MFCD::Cache (" SOUNDS.MIX" );
514
- if (Special.IsJuvenile ) {
515
- new MFCD (" ZOUNDS.MIX" ); // Cached.
516
- MFCD::Cache (" ZOUNDS.MIX" );
517
- }
518
514
}
519
515
}
520
516
Call_Back ();
@@ -618,6 +614,14 @@ bool Init_Game(int, char*[])
618
614
*/
619
615
Options.Load_Settings ();
620
616
617
+ /*
618
+ ** Now that conquer.ini has been read, we can check if we need zounds.mix.
619
+ */
620
+ if (!Is_Demo () && SampleType != 0 && !Debug_Quiet && Special.IsJuvenile ) {
621
+ new MFCD (" ZOUNDS.MIX" );
622
+ MFCD::Cache (" ZOUNDS.MIX" );
623
+ }
624
+
621
625
/*
622
626
** Dump a default copy of rules.ini.
623
627
*/
@@ -1665,20 +1669,20 @@ bool Parse_Command_Line(int argc, char* argv[])
1665
1669
" (Syntax: DESTNETxx.xx.xx.xx)\r\n "
1666
1670
" -SOCKET = Kennung des Netzwerk-Sockets (0 - 16383)\n "
1667
1671
" -STEALTH = Namen im Mehrspieler-Modus verstecken (\" Boss-Modus\" )\r\n "
1668
- " -MESSAGES = Mitteilungen von au� erhalb des Spiels zulassen\r\n "
1672
+ " -MESSAGES = Mitteilungen von au? erhalb des Spiels zulassen\r\n "
1669
1673
// " -ELITE = Fortgeschrittene KI und Gefechtstechniken.\r\n"
1670
1674
" \r\n " );
1671
1675
#else
1672
1676
#ifdef FRENCH
1673
1677
puts (" Command & Conquer (c) 1995, Westwood Studios\r\n "
1674
- " Param� tres:\r\n "
1675
- // " -CD<chemin d'acc� s> = Recherche des fichiers dans le\r\n"
1676
- // " r� pertoire indiqu� .\r\n"
1677
- " -DESTNET = Sp� cifier le num� ro de r� seau du syst� me de destination\r\n "
1678
+ " Param? tres:\r\n "
1679
+ // " -CD<chemin d'acc? s> = Recherche des fichiers dans le\r\n"
1680
+ // " r? pertoire indiqu? .\r\n"
1681
+ " -DESTNET = Sp? cifier le num? ro de r? seau du syst? me de destination\r\n "
1678
1682
" (Syntaxe: DESTNETxx.xx.xx.xx)\r\n "
1679
- " -SOCKET = ID poste r� seau (0 � 16383)\r\n "
1683
+ " -SOCKET = ID poste r? seau (0 ? 16383)\r\n "
1680
1684
" -STEALTH = Cacher les noms en mode multijoueurs (\" Mode Boss\" )\r\n "
1681
- " -MESSAGES = Autorise les messages ext� rieurs � ce jeu.\r\n "
1685
+ " -MESSAGES = Autorise les messages ext? rieurs ? ce jeu.\r\n "
1682
1686
" \r\n " );
1683
1687
#else
1684
1688
puts (" Command & Conquer (c) 1995, 1996 Westwood Studios\r\n "
@@ -2075,9 +2079,9 @@ void Parse_INI_File(void)
2075
2079
/*
2076
2080
** These arrays store the coded version of the names Geologic, Period, & Jurassic.
2077
2081
** Decode them by subtracting 83. For you curious types, the names look like:
2078
- ** ��¿º��
2079
- ** ��ż·
2080
- ** ?�Ŵ�Ƽ�
2082
+ ** ??¨§??
2083
+ ** ???ú
2084
+ ** ??????
2081
2085
** If these INI entries aren't found, the IsJurassic flag does nothing.
2082
2086
*/
2083
2087
static char coded_section[] = {154 , 184 , 194 , 191 , 194 , 186 , 188 , 182 , 0 };
0 commit comments