mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 20:02:09 +00:00
Pass just the filename to the plugin loader, no path. taniwha will do
some black voodoo (is that a plug for 3dfx?) with the plugin code shortly to make it work..
This commit is contained in:
parent
f11f71d8a7
commit
6d8a39b2dd
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ void VID_Init (unsigned char *palette)
|
||||||
int num_visuals;
|
int num_visuals;
|
||||||
int template_mask;
|
int template_mask;
|
||||||
|
|
||||||
plugin_load("./in_x11.so");
|
plugin_load("in_x11.so");
|
||||||
IN->Init();
|
IN->Init();
|
||||||
S_Init(); // sound is initialized here
|
S_Init(); // sound is initialized here
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue