Crash: minor fixes:

g_has_bought_plans was defined multiple times, the wooden cabin will be created 2 pixels lower to stop it from jittering.
ipv6
Clonkonaut 2016-12-28 14:26:59 +01:00
parent b2d112b332
commit 7968372dfa
2 changed files with 1 additions and 3 deletions

View File

@ -73,7 +73,7 @@ func InitializeObjects()
var Chest001 = CreateObjectAbove(Chest, 264, 1287);
var WoodenCabin001 = CreateObjectAbove(WoodenCabin, 62, 870);
var WoodenCabin001 = CreateObjectAbove(WoodenCabin, 62, 872);
CreateObjectAbove(Idol, 102, 871);

View File

@ -2,8 +2,6 @@
#appendto Dialogue
static g_has_bought_plans;
func Dlg_Merchant_1(object clonk)
{
MessageBox("$Merchant1$", clonk);