mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-06 18:08:31 +00:00
Preemptively update changelog.txt
This commit is contained in:
parent
ec3e9a0a65
commit
10e6f8fab3
@ -229,7 +229,7 @@ LoadPluginsFromFile(const char *filepath, int &skipped)
|
||||
}
|
||||
|
||||
char buffer[255], error[255], full_path[PATH_SIZE];
|
||||
const char *ptr, *ext, *file;
|
||||
const char *file;
|
||||
size_t length;
|
||||
while (!feof(fp) && fgets(buffer, sizeof(buffer), fp) != NULL)
|
||||
{
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
2011/06/23 1.8.7:
|
||||
- Fixed libgcc_s.so.1 load error present on some systems (bug 4876).
|
||||
- Metamod:Source will now work even when the Valve filesytem interface isn't
|
||||
found (bug 4958).
|
||||
|
||||
2011/04/15 1.8.6:
|
||||
- Fixed compatibility with latest breaking Orange Box changes.
|
||||
- Added support for Bloody Good Time (bug 4784).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user