From 44106a24469260e7e2ce5480d3fa45b67a32f13a Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 5 Aug 2001 18:27:45 +0000 Subject: [PATCH] --- source/map/map.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/map/map.cpp b/source/map/map.cpp index 06cd5bd06..91079935e 100644 --- a/source/map/map.cpp +++ b/source/map/map.cpp @@ -502,6 +502,7 @@ void CMapScene::think(int _frames) switch(m_currentIconSelection) { case MAP_ICON_PREVIOUS_CHAPTER: + cursor=CURSOR_COULDNT_MOVE; break; case MAP_ICON_LEVEL_1: case MAP_ICON_LEVEL_2: @@ -552,6 +553,7 @@ void CMapScene::think(int _frames) else cursor=CURSOR_COULDNT_MOVE; break; case MAP_ICON_NEXT_CHAPTER: + cursor=CURSOR_COULDNT_MOVE; break; } }