diff options
author | Stijn Buys <ingar@osirion.org> | 2008-03-03 22:19:10 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-03-03 22:19:10 +0000 |
commit | 42b6b4f331034e93980f5e07249f069e7799e6a2 (patch) | |
tree | 7a2e016b96ddc69daf491aa79b04556fe3582006 /gtkradiant | |
parent | 288c829df68d0f2b2ad9335698bb7c9877194b09 (diff) |
fixed texture browser directories
Diffstat (limited to 'gtkradiant')
-rw-r--r-- | gtkradiant/games/osirion.game | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gtkradiant/games/osirion.game b/gtkradiant/games/osirion.game index 0d3c6ba..ff2af81 100644 --- a/gtkradiant/games/osirion.game +++ b/gtkradiant/games/osirion.game @@ -2,9 +2,9 @@ <game type="q2" name="Osirion" - enginepath_linux="/home/ingar/projects/osirion/osirion-data/" - enginepath_win32="C:\Games\Quake" - engine_win32="quake.exe" + enginepath_linux="/home/ingar/projects/osirion/osirion-data" + enginepath_win32="D:\Osirion" + engine_win32="osirion.exe" engine_linux="osirion" basegame="base" basegamename="Project::Osirion" @@ -13,7 +13,6 @@ default_scale="1.0" no_patch="1" no_bsp_monitor="1" - show_wads="1" archivetypes="pk3" texturetypes="tga" modeltypes="mdl" |