mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-05-18 00:50:09 +00:00
FIX: Correct path to language.cpp in gamepadui wscript
This commit is contained in:
parent
6001fd438e
commit
e375c668a8
@ -29,7 +29,7 @@ def build(bld):
|
||||
'gamepadui_savegame.cpp',
|
||||
'gamepadui_options.cpp',
|
||||
'gamepadui_util.cpp',
|
||||
'../common/language.cpp',
|
||||
'../../common/language.cpp',
|
||||
'../../public/vgui_controls/vgui_controls.cpp',
|
||||
'../../public/tier0/memoverride.cpp',
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user