aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/menu.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2012-02-12 22:50:13 +1100
committerStrangerke2012-04-06 08:21:15 +0200
commit9f99fabaa8c15c561907ed6ae9498634b4adc4d3 (patch)
treed572b51915c18ac7559dcd26d8c0f8cf0db43ac5 /engines/mortevielle/menu.cpp
parent0fa68f3406d3f6a5f31546ca2f91547fac04cd7a (diff)
downloadscummvm-rg350-9f99fabaa8c15c561907ed6ae9498634b4adc4d3.tar.gz
scummvm-rg350-9f99fabaa8c15c561907ed6ae9498634b4adc4d3.tar.bz2
scummvm-rg350-9f99fabaa8c15c561907ed6ae9498634b4adc4d3.zip
MORTEVIELLE: Remove all the overlay comments
Diffstat (limited to 'engines/mortevielle/menu.cpp')
-rw-r--r--engines/mortevielle/menu.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/mortevielle/menu.cpp b/engines/mortevielle/menu.cpp
index 12ccbe3ff5..fbe3ff2ac0 100644
--- a/engines/mortevielle/menu.cpp
+++ b/engines/mortevielle/menu.cpp
@@ -38,7 +38,7 @@ namespace Mortevielle {
/* NIVEAU 14*/
-/* overlay */ void menut(int no, Common::String nom) {
+void menut(int no, Common::String nom) {
byte h, l;
Common::String s;
@@ -74,7 +74,7 @@ namespace Mortevielle {
}
}
-/* overlay */ void menu_disable(int no) {
+void menu_disable(int no) {
byte h, l;
/* debug('menu_disable'); */
@@ -103,7 +103,7 @@ namespace Mortevielle {
}
}
-/* overlay */ void menu_enable(int no) {
+void menu_enable(int no) {
byte h, l;
/* debug('menu_disable'); */