Skip to content

Commit

Permalink
Fix nonstandard type conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 12, 2015
1 parent 5a15544 commit f4b1a84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/xrEngine/Feel_Touch.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace Feel
{
class ENGINE_API Touch : private pure_relcase
{
friend class pure_relcase;
public:
struct DenyTouch
{
Expand Down
1 change: 1 addition & 0 deletions src/xrEngine/Feel_Vision.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const float lr_granularity = 0.1f; // assume similar positions

class ENGINE_API Vision : private pure_relcase
{
friend class pure_relcase;
private:
xr_vector<CObject*> seen;
xr_vector<CObject*> query;
Expand Down
1 change: 1 addition & 0 deletions src/xrGame/game_sv_deathmatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class IClient;

class game_sv_Deathmatch : public game_sv_mp,private pure_relcase
{
friend class pure_relcase;
typedef game_sv_mp inherited;
protected:
struct RPointData
Expand Down

0 comments on commit f4b1a84

Please sign in to comment.