diff options
Diffstat (limited to 'src/heretic')
-rw-r--r-- | src/heretic/am_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/am_map.c b/src/heretic/am_map.c index 2230c69e..b753d96b 100644 --- a/src/heretic/am_map.c +++ b/src/heretic/am_map.c @@ -634,7 +634,7 @@ boolean AM_Responder(event_t * ev) if (!followplayer) m_paninc.x = 0; } - else if (key == key_map_east) + else if (key == key_map_west) { if (!followplayer) m_paninc.x = 0; |