diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-25 11:56:11 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-25 11:56:11 +0000 |
| commit | 5050c0ca4f266c2bbfd5651f61256c6606253000 (patch) | |
| tree | 16553678c4369b62d9496d188483e07c49ded29d /src/engine/client/ec_ui.c | |
| parent | cd6d5e6237acf659d75fa64568506c152ce41ec9 (diff) | |
| download | zcatch-5050c0ca4f266c2bbfd5651f61256c6606253000.tar.gz zcatch-5050c0ca4f266c2bbfd5651f61256c6606253000.zip | |
compile fixes
Diffstat (limited to 'src/engine/client/ec_ui.c')
| -rw-r--r-- | src/engine/client/ec_ui.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/client/ec_ui.c b/src/engine/client/ec_ui.c index 50234a6b..5ba9c0d9 100644 --- a/src/engine/client/ec_ui.c +++ b/src/engine/client/ec_ui.c @@ -275,4 +275,3 @@ void ui_margin(const struct rect *original, int pixels, struct rect *other_rect) other_rect->w = r.w - 2*pixels; other_rect->h = r.h - 2*pixels; } - |