X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_holmes_cmd.inc;h=93f030194db1e09cd09780573f2ddf3865ea8aff;hb=0b34f8195a84d9aecc7cd9f17fd1902b7723e3b8;hp=578f86583d3d3df5ea68f8afebc94f630fa1a754;hpb=5c72767aba48c236cd81972a6d79ff67b64ecd92;p=d2df-sdl.git diff --git a/src/game/g_holmes_cmd.inc b/src/game/g_holmes_cmd.inc index 578f865..93f0301 100644 --- a/src/game/g_holmes_cmd.inc +++ b/src/game/g_holmes_cmd.inc @@ -1,9 +1,8 @@ -(* Copyright (C) DooM 2D:Forever Developers +(* Copyright (C) Doom 2D: Forever Developers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * the Free Software Foundation, version 3 of the License ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -44,7 +43,7 @@ type function cmdName (): AnsiString; end; - TCmdHash = specialize THashBase; + TCmdHash = specialize THashBase; // ////////////////////////////////////////////////////////////////////////// // @@ -112,7 +111,7 @@ end; // ////////////////////////////////////////////////////////////////////////// // function hashNewCommand (): TCmdHash; begin - result := TCmdHash.Create(hashStrHash, hashStrEqu, hashStrFree); + result := TCmdHash.Create(); end; @@ -280,7 +279,7 @@ begin end; -function keybindExecute (var ev: THKeyEvent): Boolean; +function keybindExecute (var ev: TFUIEvent): Boolean; var f: Integer; begin @@ -298,7 +297,7 @@ begin end; -function msbindExecute (var ev: THMouseEvent): Boolean; +function msbindExecute (var ev: TFUIEvent): Boolean; var f: Integer; begin