X-Git-Url: https://deadsoftware.ru/gitweb?p=cavecraft.git;a=blobdiff_plain;f=src%2Fconsole.pas;h=3d227f8bc503cc84e8a558b833dc2f4da3a12d60;hp=c6c2f69dd056e7db6d8f3cdbcb8f94be8a5093d2;hb=4d7cf2ab1e10d9926d03afb5a3f883bcf5312469;hpb=9115be0a19d5716f33a2e2cba76f3447ce0f4c2f diff --git a/src/console.pas b/src/console.pas index c6c2f69..3d227f8 100644 --- a/src/console.pas +++ b/src/console.pas @@ -50,7 +50,6 @@ implementation keyboard, vars, maps, - items, canvas, mobs, worldgen, @@ -759,13 +758,6 @@ procedure exeCommand(str:string); decodeInt(tmp2)); end; else - if com='SET_MAX_ITEM_LIST' then - setMaxItemList(decodeInt(nextWord)); - else - if com='SET_ITEM_LIST' then - setItemList(decodeInt(nextWord), - decodeInt(nextWord)); - else if com='BIND_KEY' then begin tmp:=nextWord;