Skip to content
Snippets Groups Projects
Commit 1cc8c1e0 authored by deuce's avatar deuce
Browse files

Fix up stupid code highlighting stuf.

parent 007b8666
No related branches found
No related tags found
No related merge requests found
......@@ -367,19 +367,13 @@ main_menu:
od_printf("\n\r\n\r`bright red`Y`red`ou have won %lu!\n\r`bright red`Y`red`ou had to pay 10\% tax though!",jackpot);
/*****this routine adds money but checks for overflow*****/
/**/
DWORD med; /**/
/**/ DWORD med; /**/
/**/ /**/
/**/
med=ULONG_MAX-jackpot; /**/
/**/
if (med<=urec.money) /**/
/**/
urec.money=ULONG_MAX; /**/
/**/
else /**/
/**/
urec.money+=jackpot; /**/
/**/ med=ULONG_MAX-jackpot; /**/
/**/ if (med<=urec.money) /**/
/**/ urec.money=ULONG_MAX; /**/
/**/ else /**/
/**/ urec.money+=jackpot; /**/
/*********************************************************/
//display the enter prompt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment