Skip to content

Commit

Permalink
Build fix - who the hell places semicolons after preprocessor defines?!
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Feb 17, 2016
1 parent 5e06fdf commit 06ec1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Miscellaneous/SharedDefines.h
Expand Up @@ -85,7 +85,7 @@ enum Expansions
MAX_EXPANSIONS = 6
};

#define CURRENT_EXPANSION EXPANSION_WARLORDS_OF_DRAENOR;
#define CURRENT_EXPANSION EXPANSION_WARLORDS_OF_DRAENOR

enum Gender
{
Expand Down

4 comments on commit 06ec1b8

@SkyFire
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MeliodasLIVE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha ^^ dont blame him. he's a good boy 👍

@jackpoz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may I suggest

#define.*;

regex check ?

@Dramacydal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we reextract maps/vmaps now??

Please sign in to comment.