Skip to content

Commit

Permalink
Fixed multiple definition issues with the following symbols - endmsg
Browse files Browse the repository at this point in the history
  • Loading branch information
yagisan committed Jul 8, 2007
1 parent 1a124a9 commit dbc1e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/plugins/doom64tc/include/dstrings.h
Expand Up @@ -39,6 +39,6 @@
// QuitDOOM messages
#define NUM_QUITMESSAGES 22

char *endmsg[NUM_QUITMESSAGES + 1];
extern char *endmsg[NUM_QUITMESSAGES + 1];

#endif
2 changes: 1 addition & 1 deletion doomsday/plugins/wolftc/include/dstrings.h
Expand Up @@ -39,6 +39,6 @@
// QuitDOOM messages
#define NUM_QUITMESSAGES 22

char *endmsg[NUM_QUITMESSAGES + 1];
extern char *endmsg[NUM_QUITMESSAGES + 1];

#endif

0 comments on commit dbc1e4b

Please sign in to comment.