diff options
author | James Brown | 2003-07-04 15:03:54 +0000 |
---|---|---|
committer | James Brown | 2003-07-04 15:03:54 +0000 |
commit | ca3eb3f9d08707dde817024baebbeb6af382dc9b (patch) | |
tree | f7d6ae2f379cd6dc1d701732732594beacc04ddd | |
parent | a4b61ddaba3baab93a3bbf8307c44755cfe0885c (diff) | |
download | scummvm-rg350-ca3eb3f9d08707dde817024baebbeb6af382dc9b.tar.gz scummvm-rg350-ca3eb3f9d08707dde817024baebbeb6af382dc9b.tar.bz2 scummvm-rg350-ca3eb3f9d08707dde817024baebbeb6af382dc9b.zip |
Because I can.
svn-id: r8743
-rw-r--r-- | sky/sky.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp index 72d6dcd546..aedf2e6db2 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -38,6 +38,19 @@ extern bool draw_keyboard; #endif +/* + At the beginning the reverse engineers were happy, and did rejoice at their task, for the engine + before them did shineth and was full of promise. But then they did look closer and see'th the aweful + truth; it's code was assembly and messy (rareth was its comments). And so large were it's includes that did at + first seem small; queereth also was its compact(s). Then they did findeth another version, and this was slightly + different from the first. Then a third, and this was different again. All different, but not really better, for all + were not really compatible. But, eventualyl, it did come to pass that Steel Sky was implemented on a modern + platform. And the programmers looked and saw that it was indeed a miracle. But they were not joyous and instead did + weep for nobody knew just what had been done. Except people who read the source. Hello. + + With apologies to the CD32 SteelSky file. +*/ + static const VersionSettings sky_settings[] = { /* Beneath a Steel Sky */ {"sky", "Beneath a Steel Sky", GID_SKY_FIRST, 99, VersionSettings::ADLIB_DONT_CARE, 0, "sky.dsk" }, |