1
0

A few compiler warning fixes

This commit is contained in:
Chris Darnell
2014-09-22 18:23:56 -04:00
parent 1aa64f32e1
commit 806871b86f
5 changed files with 47 additions and 44 deletions

View File

@@ -6,7 +6,7 @@ class cRedstonePoweredEntity
{
public:
virtual ~cRedstonePoweredEntity() {};
virtual ~cRedstonePoweredEntity() {}
/// Sets the internal redstone power flag to "on" or "off", depending on the parameter. Calls Activate() if appropriate
virtual void SetRedstonePower(bool a_IsPowered) = 0;