shithub: choc

Download patch

ref: 3ad2868c5747b3f11c798f6ae6803ca05dff6aa8
parent: 9ec3bb73ce95b11dbc5cac344acd4bfa22a81181
parent: 936f9ffbb28bd6b5812c2f441aa176a494ed5e3f
author: Simon Howard <fraggle+github@gmail.com>
date: Sat Jan 18 18:19:07 EST 2014

Merge pull request #320 from fielder/master

heretic: fix automap panning left

--- a/src/heretic/am_map.c
+++ b/src/heretic/am_map.c
@@ -634,7 +634,7 @@
             if (!followplayer)
                 m_paninc.x = 0;
         }
-        else if (key == key_map_east)
+        else if (key == key_map_west)
         {
             if (!followplayer)
                 m_paninc.x = 0;