Make -Werror disabling file only
Ad fix a load of warnings
This commit is contained in:
@@ -714,8 +714,8 @@ void cChunk::MoveEntityToNewChunk(cEntity * a_Entity)
|
||||
cEntity * m_Entity;
|
||||
|
||||
public:
|
||||
cMover(cEntity * a_Entity) :
|
||||
m_Entity(a_Entity)
|
||||
cMover(cEntity * a_CallbackEntity) :
|
||||
m_Entity(a_CallbackEntity)
|
||||
{}
|
||||
} Mover(a_Entity);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user