aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/use.cpp
diff options
context:
space:
mode:
authorMax Horn2011-12-06 17:43:23 +0100
committerWillem Jan Palenstijn2011-12-06 21:49:41 +0100
commit0193ef590da121ca4053510d53aad0b3d6b7052a (patch)
treeb4a9ad942ae8496b72160cc6040a5269818ee095 /engines/dreamweb/use.cpp
parentadaea53c19503fb66d3b331cb16fb0d48c72b6eb (diff)
downloadscummvm-rg350-0193ef590da121ca4053510d53aad0b3d6b7052a.tar.gz
scummvm-rg350-0193ef590da121ca4053510d53aad0b3d6b7052a.tar.bz2
scummvm-rg350-0193ef590da121ca4053510d53aad0b3d6b7052a.zip
DREAMWEB: Cleanup end of namespace comments
Diffstat (limited to 'engines/dreamweb/use.cpp')
-rw-r--r--engines/dreamweb/use.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/dreamweb/use.cpp b/engines/dreamweb/use.cpp
index a2b5e7f568..96dfc26344 100644
--- a/engines/dreamweb/use.cpp
+++ b/engines/dreamweb/use.cpp
@@ -905,7 +905,6 @@ void DreamGenContext::useObject() {
useRoutine();
}
-
void DreamGenContext::useWinch() {
al = 40;
ah = 1;
@@ -1033,4 +1032,4 @@ void DreamGenContext::hotelControl() {
putBackObStuff();
}
-} /*namespace dreamgen */
+} // End of namespace DreamGen