1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +02:00

Prefix RecipePriority elements with PRIORITY_

This commit is contained in:
Paul Ouellette
2019-07-22 01:26:22 -04:00
committed by sfan5
parent 395b1b3346
commit fe6c666da2
2 changed files with 17 additions and 17 deletions

View File

@@ -141,12 +141,12 @@ public:
*/
enum RecipePriority
{
NO_RECIPE,
TOOLREPAIR,
SHAPELESS_AND_GROUPS,
SHAPELESS,
SHAPED_AND_GROUPS,
SHAPED,
PRIORITY_NO_RECIPE,
PRIORITY_TOOLREPAIR,
PRIORITY_SHAPELESS_AND_GROUPS,
PRIORITY_SHAPELESS,
PRIORITY_SHAPED_AND_GROUPS,
PRIORITY_SHAPED,
};
CraftDefinition() = default;