File encoding preservation + content structure to help browse the code

This commit is contained in:
Alexandre Fontoura
2021-10-28 15:20:01 +01:00
parent c5f4f6ba25
commit 23151219b2
90 changed files with 1946 additions and 1815 deletions

View File

@@ -19,12 +19,12 @@ extern WORD ZoneGrm ;
extern LONG FlagDisplayText ;
#endif
/*ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ*
ÛßßßÜ ÛßßßÛ Û Û Ûßßßß Ûßßßß
ÛÛ Û ÛÛ Û ÛÛ ÛÛ ÛÛßß ÛÛßß
ßßßß ßßßßß ßßßßß ßßßßß ßß ßß ßßßßß
*ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ*/
/*ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ*/
/*══════════════════════════════════════════════════════════════════════════*
█▀▀▀▄ █▀▀▀█ █▀▀▀▀ █▀▀▀▀
██ █ ██ ██ ██ ██▀▀ ██▀▀
▀▀▀▀ ▀▀▀▀▀ ▀▀▀▀▀ ▀▀▀▀▀ ▀▀ ▀▀ ▀▀▀▀▀
*══════════════════════════════════════════════════════════════════════════*/
/*──────────────────────────────────────────────────────────────────────────*/
void DoFuncLife( T_OBJET *ptrobj )
{
@@ -266,7 +266,7 @@ void DoFuncLife( T_OBJET *ptrobj )
else // si pas flag consigne
{
if( InventoryAction == num )
{ // action mise depuis l'inventaire cette boucle
{ // action émise depuis l'inventaire à cette boucle
Value = TRUE ;
}
else
@@ -329,7 +329,7 @@ void DoFuncLife( T_OBJET *ptrobj )
}
}
/*ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ*/
/*──────────────────────────────────────────────────────────────────────────*/
WORD DoTest()
{
@@ -414,7 +414,7 @@ WORD DoTest()
return FALSE ;
}
/*ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ*/
/*──────────────────────────────────────────────────────────────────────────*/
void DoLife( WORD numobj )
@@ -627,7 +627,7 @@ void DoLife( WORD numobj )
}
break ;
case LM_SNIF: /* swif invers tjrs jump jusqu'a cond inverse */
case LM_SNIF: /* swif inversé tjrs jump jusqu'a cond inverse */
DoFuncLife( ptrobj ) ;
if( !DoTest() )
{
@@ -655,7 +655,7 @@ void DoLife( WORD numobj )
PtrPrg = ptrobj->PtrLife + *(WORD*)PtrPrg ;
break ;
case LM_OFFSET: /* jmp offset */
case LM_OFFSET: /* jmp à offset */
PtrPrg = ptrobj->PtrLife + *(WORD*)PtrPrg ;
break ;