Skip to content

Commit

Permalink
Borra TR_OK. Reemplazado por OK
Browse files Browse the repository at this point in the history
  • Loading branch information
ffpp2003 committed Nov 7, 2024
1 parent cf62c88 commit c446da7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Error.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ enum errorCode{
//Vehicle Errors
VH_CLIENT_ASSOCIATE = 200,
//Terminal errors (for)
TR_OK = 300,
TR_NOT_ENOUGH_FUNDS,
TR_NOT_ENOUGH_FUNDS = 300,
TR_JUST_ENOUGH_FUNDS,
TR_CLIENT_NOT_FOUND,
};
Expand Down Expand Up @@ -43,7 +42,6 @@ const std::string errLib[][99] = {
"",
"",
"",
"",
}
};

Expand Down

0 comments on commit c446da7

Please sign in to comment.