From 010b96610730b5028c42faa633d067ebb411a744 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 1 Jul 2020 19:31:11 +0930 Subject: move remove_input_object() into object superclass --- Gate.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Gate.cpp') diff --git a/Gate.cpp b/Gate.cpp index 7475dd9..0e206d0 100644 --- a/Gate.cpp +++ b/Gate.cpp @@ -38,8 +38,9 @@ Gate::Gate(GATE_TYPE type, int x, int y, int width, int height, int loaded_id) Gate::~Gate() {} + void -Gate::remove_input_gate(int id) +Gate::remove_input_object(int id) { if (input_gate1) { -- cgit v1.2.3