# HG changeset patch
# User koda
# Date 1327906290 -3600
# Node ID f88f67a17a9dcecf339d410bb197b37b8c6bf623
# Parent  c7bf3b7c49dd49c32ecbe5412ef65212bf251905
ahem, fix build

diff -r c7bf3b7c49dd -r f88f67a17a9d hedgewars/uStore.pas
--- a/hedgewars/uStore.pas	Sun Jan 29 18:52:01 2012 +0100
+++ b/hedgewars/uStore.pas	Mon Jan 30 07:51:30 2012 +0100
@@ -711,7 +711,7 @@
 {$ENDIF}
 
     // set view port to whole window
-    glViewport(0, 0, cScreenWidth, cScreenHeight)
+    glViewport(0, 0, cScreenWidth, cScreenHeight);
 
     glMatrixMode(GL_MODELVIEW);
     // prepare default translation/scaling