From 7b155f111daf5d7ae477b16d0f0789b1113bea74 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 6 Jun 2012 00:04:33 +0300 Subject: Fix some issues after auto checking. --- src/maplayer.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/maplayer.h') diff --git a/src/maplayer.h b/src/maplayer.h index 327a6baa0..c8dc08238 100644 --- a/src/maplayer.h +++ b/src/maplayer.h @@ -54,10 +54,9 @@ class MapRowVertexes class MapObject { public: - MapObject(int type0, std::string data0) + MapObject(int type0, std::string data0) : + type(type0), data(data0) { - type = type0; - data = data0; } int type; -- cgit v1.2.3-60-g2f50