hedgewars/uWorld.pas
changeset 1023 2a32ee7affa3
parent 988 cdff3f6f9b38
child 1045 ea195268734f
equal deleted inserted replaced
1022:f6a3fcb329ca 1023:2a32ee7affa3
   387       str(ChangeVolume(cVolumeDelta), s);
   387       str(ChangeVolume(cVolumeDelta), s);
   388       AddCaption(Format(trmsg[sidVolume], s), $FFFFFF, capgrpVolume)
   388       AddCaption(Format(trmsg[sidVolume], s), $FFFFFF, capgrpVolume)
   389       end
   389       end
   390    end;
   390    end;
   391 
   391 
       
   392 if GameState = gsConfirm then DrawCentered(cScreenWidth div 2, cScreenHeight div 2, ConfirmTexture);
       
   393 
   392 glDisable(GL_TEXTURE_2D);
   394 glDisable(GL_TEXTURE_2D);
   393 glDisable(GL_BLEND)
   395 glDisable(GL_BLEND)
   394 end;
   396 end;
   395 
   397 
   396 procedure AddCaption(s: string; Color: Longword; Group: TCapGroup);
   398 procedure AddCaption(s: string; Color: Longword; Group: TCapGroup);