c11cbd22fc
map editor. The focus is put on stabilizing and bugfixing the included map compiler, q3map2, so it can become a reliable tool for map authors. WWW: http://ingar.satgnu.net/gtkradiant/
5 lines
66 B
Bash
5 lines
66 B
Bash
#!/bin/sh
|
|
|
|
cd %%DATADIR%% || exit 1
|
|
|
|
exec ./radiant.%%ARCH%% "$@"
|