diff options
Diffstat (limited to 'client/scripts/map.gd')
| -rw-r--r-- | client/scripts/map.gd | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/client/scripts/map.gd b/client/scripts/map.gd index a88c8cdc..8229bb0d 100644 --- a/client/scripts/map.gd +++ b/client/scripts/map.gd @@ -38,7 +38,8 @@ func update(pos, tile_name, neighbors):  			instance = Wall.new()  		"door":  			instance = Door.new() -		_: +		var t: +			push_error("tile tile %s unknown" % t)  			instance = Floor.new()  	var node_name = str(pos) | 
