aboutsummaryrefslogtreecommitdiff
path: root/debugitems.lua
diff options
context:
space:
mode:
authororwell96 <mono96.mml@gmail.com>2016-12-13 19:40:20 +0100
committerorwell96 <mono96.mml@gmail.com>2016-12-13 19:40:20 +0100
commit6eea76a2ffad58628b0d8941e8d0ed34580a8876 (patch)
treebf8fc50c54eb7361884607343da601d220a6d12e /debugitems.lua
parent1f66cab1695fdc92a586d28805a5acfba6662983 (diff)
downloadadvtrains-6eea76a2ffad58628b0d8941e8d0ed34580a8876.tar.gz
advtrains-6eea76a2ffad58628b0d8941e8d0ed34580a8876.tar.bz2
advtrains-6eea76a2ffad58628b0d8941e8d0ed34580a8876.zip
Don't decrease stack itemcount of slope placer in creative
Diffstat (limited to 'debugitems.lua')
0 files changed, 0 insertions, 0 deletions
s="hl com">it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef EVENT_MANAGER_HEADER #define EVENT_MANAGER_HEADER #include "event.h" #include <list> #include <map> class EventManager: public MtEventManager { static void receiverReceive(MtEvent *e, void *data) { MtEventReceiver *r = (MtEventReceiver*)data; r->onEvent(e);