From 12c631009d86746b2723de7eff987244711c35ce Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Mon, 1 Mar 2021 20:42:01 +0300 Subject: FEEL THE SMOOOOTHNESS! --- src/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index 25017b2..c660ec9 100644 --- a/src/game.h +++ b/src/game.h @@ -2,7 +2,7 @@ #define TT_INCLUDED_GAME -enum { tt_gotofirstroom = 1, tt_gotogulag, tt_mausoleum }; +enum { tt_gotofirstroom = 1, tt_gotogulag, tt_mausoleum, tt_changeroom }; extern int magic; -- cgit v1.2.3