This commit is contained in:
parent
98794d99ae
commit
44106a2446
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue