Skip to content

Commit 2759d26

Browse files
author
nitrocaster
committed
Rename ISE_AbstractLEOwner -> IServerEntityLEOwner.
1 parent c34b27f commit 2759d26

File tree

7 files changed

+1726
-1726
lines changed

7 files changed

+1726
-1726
lines changed

src/editors/LevelEditor/Edit/SpawnPoint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class CSpawnPoint : public CCustomObject,
5252
CLE_Motion (CSE_Motion* src);
5353
virtual ~CLE_Motion ();
5454
};
55-
struct SSpawnData: public ISE_AbstractLEOwner
55+
struct SSpawnData: public IServerEntityLEOwner
5656
{
5757
CLASS_ID m_ClassID;
5858
shared_str m_Profile;

src/xrServerEntities/xrServer_Object_Base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class CSE_Abstract :
118118
#ifndef XRGAME_EXPORTS
119119
virtual void FillProps (LPCSTR pref, PropItemVec &items);
120120
virtual void __stdcall FillProp (LPCSTR pref, PropItemVec &items);
121-
virtual void __stdcall on_render (CDUInterface* du, ISE_AbstractLEOwner* owner, bool bSelected, const Fmatrix& parent,int priority, bool strictB2F){}
121+
virtual void __stdcall on_render (CDUInterface* du, IServerEntityLEOwner* owner, bool bSelected, const Fmatrix& parent,int priority, bool strictB2F){}
122122
virtual visual_data*__stdcall visual_collection () const { return 0; }
123123
virtual u32 __stdcall visual_collection_size () const { return 0; }
124124
virtual void __stdcall set_additional_info (void* info) {};

0 commit comments

Comments
 (0)