1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

* Fixed Source Mod back-compatability by reordering methods in a couple interfaces.

* Added missing singleplayer OSX libs
* Updated vpc and libs.
This commit is contained in:
Joe Ludwig
2013-09-03 16:02:10 -07:00
parent 39d16ca147
commit b95948fb75
24 changed files with 24 additions and 19 deletions

View File

@ -867,7 +867,7 @@ public:
int iFirstUsed;
int iOrigIndex;
bool operator<(const SortEntry& rhs)
bool operator<(const SortEntry& rhs) const
{
return iFirstUsed < rhs.iFirstUsed;
}