Mercurial > hg > early-roguelike
view srogue/vers.c @ 210:c4f2e1bda8b0
arogue5: fix a typo that broke compilation with GCC 5.
"msg" had been used instead of "msgw". I'm not sure why neither GCC 4
nor MSVC caught this.
author | John "Elwin" Edwards |
---|---|
date | Sun, 17 Jan 2016 18:59:50 -0500 |
parents | 2128c7dc8a40 |
children |
line wrap: on
line source
/* * version number. * * Super-Rogue * Copyright (C) 1984 Robert D. Kindelberger * All rights reserved. * * Based on "Rogue: Exploring the Dungeons of Doom" * Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman * All rights reserved. * * See the file LICENSE.TXT for full copyright and licensing information. */ char version[] = "@(#)vers.c 9.0 (rdk) 7/17/84"; char *release = "9.0 RDK 7/17/84";