Skip to content

Commit

Permalink
xrServerEntities/alife_space.h: hit_types_token marked as extern.
Browse files Browse the repository at this point in the history
The variable is defined in the cpp file.
  • Loading branch information
Kaffeine committed May 20, 2016
1 parent 64ef1d3 commit 2488da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrServerEntities/alife_space.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ namespace ALife {
#endif
}
#ifndef _EDITOR
xr_token hit_types_token [ ];
extern xr_token hit_types_token [ ];

IC LPCSTR g_cafHitType2String(EHitType tHitType)
{
Expand Down

0 comments on commit 2488da9

Please sign in to comment.