diff options
author | Bardur Arantsson <bardur@scientician.net> | 2016-02-05 19:22:46 +0100 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2016-02-05 19:22:46 +0100 |
commit | 372e4083c524f176a790655870464c650f4213aa (patch) | |
tree | 4b1dc0cd62206e93aa61dbb23e7b75f3e7791bbb /src/dungeon.h | |
parent | 814b55d60ed50ae3fe6b5ca00129e76f3988b696 (diff) |
Remove '-n' command line switch
Diffstat (limited to 'src/dungeon.h')
-rw-r--r-- | src/dungeon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon.h b/src/dungeon.h index 1ce166d1..43515f9a 100644 --- a/src/dungeon.h +++ b/src/dungeon.h @@ -7,7 +7,7 @@ extern "C" { #endif -extern void play_game(bool_ new_game); +extern void play_game(); #ifdef __cplusplus } // extern "C" |