|
|
|
@ -177,7 +177,7 @@ void ResetCursor() |
|
|
|
|
|
|
|
|
|
|
|
void NewCursor(int cursId) |
|
|
|
void NewCursor(int cursId) |
|
|
|
{ |
|
|
|
{ |
|
|
|
if (cursId < CURSOR_FIRSTITEM && MyPlayer != nullptr) { |
|
|
|
if (cursId < CURSOR_HOURGLASS && MyPlayer != nullptr) { |
|
|
|
MyPlayer->HoldItem._itype = ItemType::None; |
|
|
|
MyPlayer->HoldItem._itype = ItemType::None; |
|
|
|
} |
|
|
|
} |
|
|
|
pcurs = cursId; |
|
|
|
pcurs = cursId; |
|
|
|
|