| 3402 | } |
| 3403 | |
| 3404 | void GuiController::CancelInventorySelection() |
| 3405 | { |
| 3406 | if (GetInventoryItemChosen() != NO_VALUE) |
| 3407 | { |
| 3408 | SetInventoryItemChosen(NO_VALUE); |
| 3409 | SayNo(); |
| 3410 | } |
| 3411 | } |
| 3412 | |
| 3413 | void GuiController::DrawCompass(ItemInfo* item) |
| 3414 | { |