diff options
author | Max Horn | 2003-05-29 21:45:26 +0000 |
---|---|---|
committer | Max Horn | 2003-05-29 21:45:26 +0000 |
commit | f0a9f4fb2c5203fbd97130a8198d7ef9e1ce713a (patch) | |
tree | dfa2ea727d3c8e4e95329fde007a7402e65c0a25 /sky | |
parent | 417ec3a58816cbfd6c880b84474581a8e07bc40e (diff) | |
download | scummvm-rg350-f0a9f4fb2c5203fbd97130a8198d7ef9e1ce713a.tar.gz scummvm-rg350-f0a9f4fb2c5203fbd97130a8198d7ef9e1ce713a.tar.bz2 scummvm-rg350-f0a9f4fb2c5203fbd97130a8198d7ef9e1ce713a.zip |
added some doxygen comments to common/system.h; cleaned up the OSystem interface a bit
svn-id: r8116
Diffstat (limited to 'sky')
-rw-r--r-- | sky/sky.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp index 9e8f5d95dc..341727b9be 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -298,6 +298,9 @@ void SkyState::delay(uint amount) { //copied and mutilated from Simon.cpp case OSystem::EVENT_RBUTTONDOWN: break; + + default: + break; } } |