diff options
author | Max Horn | 2007-09-11 09:20:39 +0000 |
---|---|---|
committer | Max Horn | 2007-09-11 09:20:39 +0000 |
commit | 4cc9d17c345883d4a764dd182d5a76167040c888 (patch) | |
tree | dfd6619c6779946ae6f9913d3ef98c98c5f22e26 /engines/queen | |
parent | 4a4fc235f22351331c7c5f33b83303d84622641b (diff) | |
download | scummvm-rg350-4cc9d17c345883d4a764dd182d5a76167040c888.tar.gz scummvm-rg350-4cc9d17c345883d4a764dd182d5a76167040c888.tar.bz2 scummvm-rg350-4cc9d17c345883d4a764dd182d5a76167040c888.zip |
Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME comments; and some other related cleanup
svn-id: r28890
Diffstat (limited to 'engines/queen')
-rw-r--r-- | engines/queen/cutaway.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/queen/cutaway.cpp b/engines/queen/cutaway.cpp index 5da0548108..721d7bb318 100644 --- a/engines/queen/cutaway.cpp +++ b/engines/queen/cutaway.cpp @@ -365,7 +365,7 @@ void Cutaway::changeRooms(CutawayObject &object) { _vm->logic()->oldRoom(_initialRoom); - // FIXME - Cutaway c41f is played at the end of the command 0x178. This command + // FIXME: Cutaway c41f is played at the end of the command 0x178. This command // setups some persons and associates bob slots to them. They should be hidden as // their y coordinate is > 150, but they aren't ! As a workaround, we display the room // with the panel area enabled. We do the same problem for cutaway c62c. |