X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fflexui%2Fsdlstandalone.pas;h=6b6dd8a3974cfce1f4ab6db4b1fb3486efe31091;hb=fbbc2cfe8253d61c8a5eb27d352df4103a59b7fb;hp=6dd81c76203fdab15963a1b12c6dc77eb714ded5;hpb=8b3c740d2889bd89082916097344a5c7ac7bc46d;p=d2df-sdl.git diff --git a/src/flexui/sdlstandalone.pas b/src/flexui/sdlstandalone.pas index 6dd81c7..6b6dd8a 100644 --- a/src/flexui/sdlstandalone.pas +++ b/src/flexui/sdlstandalone.pas @@ -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 @@ -70,6 +69,7 @@ begin //SDL_Quit(); result := true; fuiWinActive := fuiWinActive; + SDL_StartTextInput(); end;