aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/logic/soccer.cpp
AgeCommit message (Collapse)Author
2019-09-15SCUMM: HE: Fix MSVC WarningD G Turner
This was reported by Henke37 on IRC.
2019-05-27SCUMM: Fix MSVC warningsFilippos Karapetis
- Change float suffix to uppercase - Initialize potentially uninitialized variables - Fix default cases in switch statements
2014-02-19SCUMM: Some British to American englishStrangerke
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2011-08-18SCUMM: Hopefully fix DS compilationSven Hesse
2011-08-17SCUMM: Split HE logic classes to their own filesMatthew Hoops