Mercurial > hg > early-roguelike
view srogue/bob.h @ 188:135ec7f15ffe
srogue: remove remnants of deleted savefile checks.
save_file() used fstat() and direct write() as part of the inode check
which was deleted in f11eeafc. These operations no longer had any
effect.
author | John "Elwin" Edwards |
---|---|
date | Mon, 03 Aug 2015 07:04:48 -0400 |
parents | 2128c7dc8a40 |
children |
line wrap: on
line source
/* * Super-Rogue * Copyright (C) 1984 Robert D. Kindelberger * All rights reserved. * * See the file LICENSE.TXT for full copyright and licensing information. */ #include <sgtty.h> typedef struct sgttyb SGTTY; static SGTTY _tty, _res_flg;