aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure')
-rw-r--r--engines/lure/animseq.cpp2
-rw-r--r--engines/lure/decode.cpp2
-rw-r--r--engines/lure/disk.cpp2
-rw-r--r--engines/lure/disk.h2
-rw-r--r--engines/lure/events.cpp2
-rw-r--r--engines/lure/fights.cpp2
-rw-r--r--engines/lure/game.cpp2
-rw-r--r--engines/lure/hotspots.cpp2
-rw-r--r--engines/lure/intro.cpp2
-rw-r--r--engines/lure/memory.cpp2
-rw-r--r--engines/lure/menu.cpp2
-rw-r--r--engines/lure/palette.cpp2
-rw-r--r--engines/lure/res.cpp2
-rw-r--r--engines/lure/res_struct.cpp2
-rw-r--r--engines/lure/room.cpp2
-rw-r--r--engines/lure/room.h2
-rw-r--r--engines/lure/screen.cpp2
-rw-r--r--engines/lure/scripts.cpp2
-rw-r--r--engines/lure/sound.cpp2
-rw-r--r--engines/lure/surface.cpp2
20 files changed, 20 insertions, 20 deletions
diff --git a/engines/lure/animseq.cpp b/engines/lure/animseq.cpp
index 5094c60961..f53b532815 100644
--- a/engines/lure/animseq.cpp
+++ b/engines/lure/animseq.cpp
@@ -281,4 +281,4 @@ bool AnimationSequence::step() {
return true;
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/decode.cpp b/engines/lure/decode.cpp
index 26eec5ba6d..ae91cc1c52 100644
--- a/engines/lure/decode.cpp
+++ b/engines/lure/decode.cpp
@@ -499,4 +499,4 @@ loc_1441:
return pDest - dest->data();
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/disk.cpp b/engines/lure/disk.cpp
index 282b231371..b04cbdac27 100644
--- a/engines/lure/disk.cpp
+++ b/engines/lure/disk.cpp
@@ -225,4 +225,4 @@ FileEntry *Disk::getIndex(uint8 entryIndex) {
return &_entries[entryIndex];
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/disk.h b/engines/lure/disk.h
index 3f789bed1b..d2848cc587 100644
--- a/engines/lure/disk.h
+++ b/engines/lure/disk.h
@@ -65,6 +65,6 @@ public:
FileEntry *getIndex(uint8 entryIndex);
};
-} // end of namespace Lure
+} // End of namespace Lure
#endif
diff --git a/engines/lure/events.cpp b/engines/lure/events.cpp
index 5ca82a9be4..c637d4d7f7 100644
--- a/engines/lure/events.cpp
+++ b/engines/lure/events.cpp
@@ -226,4 +226,4 @@ bool Events::interruptableDelay(uint32 milliseconds) {
return false;
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/fights.cpp b/engines/lure/fights.cpp
index 4a67c3df66..930d46640e 100644
--- a/engines/lure/fights.cpp
+++ b/engines/lure/fights.cpp
@@ -627,4 +627,4 @@ uint16 FightsManager::getFighterMove(FighterRecord &rec, uint16 baseOffset) {
return getByte(baseOffset + (rec.fwhits << 5) + actionIndex);
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/game.cpp b/engines/lure/game.cpp
index 3dfc6a8478..1ff9819f33 100644
--- a/engines/lure/game.cpp
+++ b/engines/lure/game.cpp
@@ -1071,4 +1071,4 @@ void Game::loadFromStream(ReadStream *stream) {
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp
index b7d7593a6f..94b68d75c3 100644
--- a/engines/lure/hotspots.cpp
+++ b/engines/lure/hotspots.cpp
@@ -4707,4 +4707,4 @@ void HotspotList::loadFromStream(ReadStream *stream) {
}
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/intro.cpp b/engines/lure/intro.cpp
index c2b84001fc..5afc2d7aaf 100644
--- a/engines/lure/intro.cpp
+++ b/engines/lure/intro.cpp
@@ -185,4 +185,4 @@ bool Introduction::show() {
return false;
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/memory.cpp b/engines/lure/memory.cpp
index 042bed2bec..814251e425 100644
--- a/engines/lure/memory.cpp
+++ b/engines/lure/memory.cpp
@@ -99,4 +99,4 @@ void MemoryBlock::reallocate(uint32 size1) {
if (!_data) error ("Failed reallocating memory block");
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/menu.cpp b/engines/lure/menu.cpp
index 5027e6967e..4d91284364 100644
--- a/engines/lure/menu.cpp
+++ b/engines/lure/menu.cpp
@@ -639,4 +639,4 @@ bail_out:
return selectedIndex;
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/palette.cpp b/engines/lure/palette.cpp
index badc3c96b0..d77f64f00a 100644
--- a/engines/lure/palette.cpp
+++ b/engines/lure/palette.cpp
@@ -215,4 +215,4 @@ Palette &PaletteCollection::getPalette(uint8 paletteNum) {
return *_palettes[paletteNum];
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/res.cpp b/engines/lure/res.cpp
index c3683fe6a7..c33ad49ef4 100644
--- a/engines/lure/res.cpp
+++ b/engines/lure/res.cpp
@@ -817,4 +817,4 @@ void Resources::loadFromStream(Common::ReadStream *stream) {
debugC(ERROR_DETAILED, kLureDebugScripts, "Finished loading");
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/res_struct.cpp b/engines/lure/res_struct.cpp
index 31f6d8f240..2515d8dc60 100644
--- a/engines/lure/res_struct.cpp
+++ b/engines/lure/res_struct.cpp
@@ -1537,4 +1537,4 @@ void CurrentActionStack::copyFrom(CurrentActionStack &stack) {
}
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/room.cpp b/engines/lure/room.cpp
index cf4363f6fd..6dddffac9c 100644
--- a/engines/lure/room.cpp
+++ b/engines/lure/room.cpp
@@ -808,4 +808,4 @@ void Room::reset() {
_statusLine[0] = '\0';
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/room.h b/engines/lure/room.h
index 9c183b609c..f24136ac42 100644
--- a/engines/lure/room.h
+++ b/engines/lure/room.h
@@ -132,6 +132,6 @@ public:
void reset();
};
-} // end of namespace Lure
+} // End of namespace Lure
#endif
diff --git a/engines/lure/screen.cpp b/engines/lure/screen.cpp
index 35039be1a7..ce353aa04a 100644
--- a/engines/lure/screen.cpp
+++ b/engines/lure/screen.cpp
@@ -176,4 +176,4 @@ void Screen::updateArea(uint16 x, uint16 y, uint16 w, uint16 h) {
_system.updateScreen();
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/scripts.cpp b/engines/lure/scripts.cpp
index 9e13a0d871..41a09e0d1d 100644
--- a/engines/lure/scripts.cpp
+++ b/engines/lure/scripts.cpp
@@ -1309,4 +1309,4 @@ bool HotspotScript::execute(Hotspot *h) {
return (opcode == S2_OPCODE_UNLOAD);
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/sound.cpp b/engines/lure/sound.cpp
index ab43b3619a..271df25c19 100644
--- a/engines/lure/sound.cpp
+++ b/engines/lure/sound.cpp
@@ -741,4 +741,4 @@ void MidiMusic::stopMusic() {
close();
}
-} // end of namespace Lure
+} // End of namespace Lure
diff --git a/engines/lure/surface.cpp b/engines/lure/surface.cpp
index 84930661ad..54b579c557 100644
--- a/engines/lure/surface.cpp
+++ b/engines/lure/surface.cpp
@@ -1416,4 +1416,4 @@ void CopyProtectionDialog::chooseCharacters() {
screen.update();
}
-} // end of namespace Lure
+} // End of namespace Lure