aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/duckman/duckman_credits.cpp
AgeCommit message (Collapse)Author
2018-07-20ILLUSIONS: Formatting, remove trailing whitespace.Eric Fry
2018-07-20ILLUSIONS: Replace spaces with tabsEric Fry
Replace while(1) with do..while loop Removed dead code Renamed FP16 to FixedPoint16 to improve readability
2018-07-20ILLUSIONS: Replace actor flag magic values with enum definitionsEric Fry
2018-07-20ILLUSIONS: DUCKMAN: Move game credits into own file and classjohndoe123