diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2008-01-18 15:55:03 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2008-01-18 15:55:03 +0000 |
| commit | 7b73f1505212f7235db0987fb4e52549fdd73fb5 (patch) | |
| tree | 4a7552c382e707cb463ab5bf7f5808e5d2124d9b /src/engine/client/ec_client.c | |
| parent | 57c47659930c5e01ae5d3e8cef51c06d28d20508 (diff) | |
| download | zcatch-7b73f1505212f7235db0987fb4e52549fdd73fb5.tar.gz zcatch-7b73f1505212f7235db0987fb4e52549fdd73fb5.zip | |
Console is now accessable in-game and has more commands: connect, disconnect, quit.
Diffstat (limited to 'src/engine/client/ec_client.c')
| -rw-r--r-- | src/engine/client/ec_client.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/client/ec_client.c b/src/engine/client/ec_client.c index 6a3b4220..5957312a 100644 --- a/src/engine/client/ec_client.c +++ b/src/engine/client/ec_client.c @@ -1193,6 +1193,9 @@ int editor_main(int argc, char **argv); int main(int argc, char **argv) { + /* preinit the mod */ + modc_preinit(); + /* init the engine */ dbg_msg("client", "starting..."); engine_init("Teewars", argc, argv); |