Update map glyph when placing obj on map via lua

This commit is contained in:
Pasi Kallinen
2020-01-04 11:35:17 +02:00
parent f01b81a7b7
commit a018930964

View File

@@ -369,6 +369,7 @@ lua_State *L;
if (lobj_is_ok(lo)) {
obj_extract_self(lo->obj);
place_object(lo->obj, x, y);
newsym(x, y);
}
return 0;