From 9c10577f124eba5a33a0a4b318b9ab93d3aba2fd Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 26 Mar 2009 00:33:26 +0000 Subject: Add minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9547 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tags.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/tags.cc') diff --git a/crawl-ref/source/tags.cc b/crawl-ref/source/tags.cc index b494a0031d..007dc9036a 100644 --- a/crawl-ref/source/tags.cc +++ b/crawl-ref/source/tags.cc @@ -2172,7 +2172,7 @@ static void unmarshall_monster(reader &th, monsters &m) unmarshallSpells(th, m.spells); - m.god = (god_type) unmarshallByte(th); + m.god = static_cast( unmarshallByte(th) ); if (m.type == MONS_PLAYER_GHOST || m.type == MONS_PANDEMONIUM_DEMON) m.set_ghost( unmarshallGhost(th) ); -- cgit v1.2.3-54-g00ecf