remove ITEMBTN_NORM and _ALL, and button_position arg

This commit is contained in:
2024-12-27 17:32:24 -06:00
committed by Celtic Minstrel
parent 78779b7d98
commit b7da0f0c62
3 changed files with 11 additions and 41 deletions

View File

@@ -120,9 +120,6 @@ enum eItemButton {
MAX_eItemButton // keep last
};
const int ITEMBTN_ALL = 10; // use, give, drop, info
const int ITEMBTN_NORM = 11; // give, drop, info
// PC buttons
enum ePlayerButton {
PCBTN_NAME = 0,