Skip to content

Commit

Permalink
reset params to classic
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Nov 7, 2021
1 parent d2ce5ce commit 2ec9926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BC_buyables/params.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ class BUYABLES_BLUFOR
title = "Blufor";
values[] = {0, 1, 2, 3, 4};
texts[] = {"bwGM", "USA", "BW Tanks", "sovjetGM", "USVN"};
default = 4;
default = 1;
};

class BUYABLES_OPFOR
{
title = "Opfor";
values[] = {0, 1, 2, 3, 4, 5};
texts[] = {"nvaGM", "Russia", "Russia Tanks", "mudscha", "Rebels", "PAVN"};
default = 5;
default = 1;
};

0 comments on commit 2ec9926

Please sign in to comment.