Skip to content

Commit

Permalink
Renamed engine
Browse files Browse the repository at this point in the history
  • Loading branch information
DolceTriade committed Jan 25, 2012
1 parent 96c7342 commit fda8252
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/engine/qcommon/q_shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ extern "C" {
// q_shared.h -- included first by ALL program modules.
// A user mod should never modify this file

#define PRODUCT_NAME "OpenWolf"
#define PRODUCT_NAME_UPPPER "OpenWolf" // Case, No spaces
#define PRODUCT_NAME_LOWER "OpenWolf" // No case, No spaces
#define PRODUCT_NAME "Unvanquished"
#define PRODUCT_NAME_UPPPER "UNVANQUISHED" // Case, No spaces
#define PRODUCT_NAME_LOWER "unvanquished" // No case, No spaces
#define PRODUCT_VERSION "0.2.0"

#define ENGINE_NAME "OpenWolf Engine"
#define ENGINE_NAME "Daemon Engine"
#define ENGINE_VERSION "0.1.2"


Expand Down

0 comments on commit fda8252

Please sign in to comment.