summaryrefslogtreecommitdiff
path: root/src/client/pauza.c
diff options
context:
space:
mode:
authorxHire <xhire@tuxportal.cz>2009-05-23 20:45:01 +0200
committerxHire <xhire@tuxportal.cz>2009-05-26 01:11:44 +0200
commit6ac111e0ed67187554ead8cccc241029465e8979 (patch)
tree2f4534981d0ed8452d3400eacc54feb22caabdaa /src/client/pauza.c
parent4d4dae5cc3a2bf32421ad2d4255079eb1d731647 (diff)
Rewritten messages/comments in code of client
Rectified the coding style in code of client
Diffstat (limited to 'src/client/pauza.c')
-rw-r--r--src/client/pauza.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/client/pauza.c b/src/client/pauza.c
index 251c753..61f80ea 100644
--- a/src/client/pauza.c
+++ b/src/client/pauza.c
@@ -1,4 +1,3 @@
-
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
@@ -41,9 +40,9 @@ void pauza_draw()
{
if (activePauza) {
image_draw(g_pauza,
- WINDOW_SIZE_X / 2 - g_pauza->w / 2,
- WINDOW_SIZE_Y / 2 - g_pauza->h / 2,
- 0, 0, g_pauza->w, g_pauza->h);
+ WINDOW_SIZE_X / 2 - g_pauza->w / 2,
+ WINDOW_SIZE_Y / 2 - g_pauza->h / 2,
+ 0, 0, g_pauza->w, g_pauza->h);
}
}