Platform: add 'vtf' type as a suggested image extension in r_imageextensions
This commit is contained in:
parent
8150f0c080
commit
578a3038d0
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ seta con_notifylines "0"
|
|||
// set a default locale, because the engine won't
|
||||
seta lang "en_us"
|
||||
// external texture formats that we recognize
|
||||
seta r_imageextensions "tga bmp pcx png jpg"
|
||||
seta r_imageextensions "vtf tga bmp pcx png jpg"
|
||||
// store screenshots in TrueVision Targa by default
|
||||
seta scr_sshot_type "tga"
|
||||
// don't force music loops
|
||||
|
|
Loading…
Reference in a new issue