diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-22 18:40:27 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-22 18:40:27 +0000 |
| commit | bc108df382b5ac4ca637bf97ba9b2d8b2d83e58f (patch) | |
| tree | e04fade6077515b8a912283ea48bce52e2c771f2 /src/engine/client/ec_gfx.c | |
| parent | 271f1ae44af3251bd9d4dd5585ae7078a5fe7993 (diff) | |
| download | zcatch-bc108df382b5ac4ca637bf97ba9b2d8b2d83e58f.tar.gz zcatch-bc108df382b5ac4ca637bf97ba9b2d8b2d83e58f.zip | |
renamed everything. added the new license
Diffstat (limited to 'src/engine/client/ec_gfx.c')
| -rw-r--r-- | src/engine/client/ec_gfx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/ec_gfx.c b/src/engine/client/ec_gfx.c index e3a4453b..53fe1790 100644 --- a/src/engine/client/ec_gfx.c +++ b/src/engine/client/ec_gfx.c @@ -190,7 +190,7 @@ int gfx_init() glGetIntegerv(GL_STENCIL_BITS, &i); dbg_msg("gfx", "stencilbits = %d", i); - glfwSetWindowTitle("Teewars"); + glfwSetWindowTitle("Teeworlds"); /* We don't want to see the window when we run the stress testing */ if(config.dbg_stress) |