hedgewars/uWorld.pas
changeset 1023 2a32ee7affa3
parent 988 cdff3f6f9b38
child 1045 ea195268734f
--- a/hedgewars/uWorld.pas	Sun Jun 22 19:26:01 2008 +0000
+++ b/hedgewars/uWorld.pas	Sun Jun 22 20:40:39 2008 +0000
@@ -389,6 +389,8 @@
       end
    end;
 
+if GameState = gsConfirm then DrawCentered(cScreenWidth div 2, cScreenHeight div 2, ConfirmTexture);
+
 glDisable(GL_TEXTURE_2D);
 glDisable(GL_BLEND)
 end;