commit | a208c1282c8e19f515c3b4217b17e36ed3900313 | [log] [tgz] |
---|---|---|
author | Arathorn <arathorn@mg.mud.de> | Mon Nov 25 21:21:39 2019 +0100 |
committer | Arathorn <arathorn@mg.mud.de> | Mon Nov 25 21:21:39 2019 +0100 |
tree | 75ad6b224ebc58d898b5cf945782cecd202dded5 | |
parent | fe5ecd47ea0be9fec9c0d074f48d92169c464f4c [diff] |
Typfix in save_me() Change-Id: If870dd6fc87c2cc0b147e42bd78f32312d5ee118
diff --git a/std/player/base.c b/std/player/base.c index 95d70c0..869c652 100644 --- a/std/player/base.c +++ b/std/player/base.c
@@ -2871,7 +2871,7 @@ // Autoloader identifizieren und speichern autoload=([]); foreach(object ob: deep_inventory(ME)) { - int val = ob->QueryProp( P_AUTOLOADOBJ ); + mixed val = ob->QueryProp( P_AUTOLOADOBJ ); if (val && clonep(ob)) { string obname=load_name(ob);