summaryrefslogtreecommitdiff
path: root/games/cube/files/patch-protos.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix invalid dereferencing of null reference which causes startupJan Beich2015-02-201-0/+11
crash for cube_client when built with clang 3.6 + -O1 or higher [1] - Properly track libenet dependency [2] PR: 197604 [1] PR: 197605 [2] Submitted by: dim [1]