From 07c3f86aeedb2507af07b2d343cc422cb90ffda7 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Thu, 22 Oct 2009 13:26:51 +0200 Subject: Swap transform_cancellable into transform_uncancellable, since that's the default. It broken normal transformations... --- crawl-ref/source/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.h') diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h index 6aefbcb3b2..0c77c6894d 100644 --- a/crawl-ref/source/player.h +++ b/crawl-ref/source/player.h @@ -129,7 +129,7 @@ public: game_direction_type char_direction; bool opened_zot; bool royal_jelly_dead; - bool transform_cancellable; + bool transform_uncancellable; unsigned short pet_target; -- cgit v1.2.3-54-g00ecf