Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
remove Vehicles (empty) category #18
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoCecere committed Oct 14, 2019
1 parent ecda189 commit d11cacb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public enum WordDataCategory
Sport = 9,
Thing = 7,
Time = 20,
Vehicle = 15,
// Vehicle = 15,
Weather = 29,
Verbs = 31,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ public static LocalizationData GetWordCategoryData(WordDataCategory cat)
case WordDataCategory.Time:
loc = LocalizationDataId.UI_Time;
break;
case WordDataCategory.Vehicle:
loc = LocalizationDataId.UI_Vehicles;
break;
//case WordDataCategory.Vehicle:
// loc = LocalizationDataId.UI_Vehicles;
// break;
case WordDataCategory.Weather:
loc = LocalizationDataId.UI_WordCat_Weather;
break;
Expand Down

0 comments on commit d11cacb

Please sign in to comment.