hack.end.c (aed906e4) | hack.end.c (6acf840e) |
---|---|
1/* $OpenBSD: hack.end.c,v 1.15 2016/01/09 18:33:15 mestre Exp $ */ | 1/* $OpenBSD: hack.end.c,v 1.16 2016/01/09 21:54:11 mestre Exp $ */ |
2 3/* 4 * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, 5 * Amsterdam 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without 9 * modification, are permitted provided that the following conditions are --- 188 unchanged lines hidden (view full) --- 198#ifdef WIZARD 199 if(!wizard) 200#endif /* WIZARD */ 201 savebones(); 202 if(!flags.notombstone) 203 outrip(); 204 } 205 if(*st1 == 'c') killer = st1; /* after outrip() */ | 2 3/* 4 * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, 5 * Amsterdam 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without 9 * modification, are permitted provided that the following conditions are --- 188 unchanged lines hidden (view full) --- 198#ifdef WIZARD 199 if(!wizard) 200#endif /* WIZARD */ 201 savebones(); 202 if(!flags.notombstone) 203 outrip(); 204 } 205 if(*st1 == 'c') killer = st1; /* after outrip() */ |
206 settty((char *) 0); /* does a clr_screen() */ | 206 settty(NULL); /* does a clr_screen() */ |
207 if(!done_stopprint) 208 printf("Goodbye %s %s...\n\n", pl_character, plname); 209 { long int tmp; 210 tmp = u.ugold - u.ugold0; 211 if(tmp < 0) 212 tmp = 0; 213 if(*st1 == 'd' || *st1 == 'b') 214 tmp -= tmp/10; --- 538 unchanged lines hidden --- | 207 if(!done_stopprint) 208 printf("Goodbye %s %s...\n\n", pl_character, plname); 209 { long int tmp; 210 tmp = u.ugold - u.ugold0; 211 if(tmp < 0) 212 tmp = 0; 213 if(*st1 == 'd' || *st1 == 'b') 214 tmp -= tmp/10; --- 538 unchanged lines hidden --- |