aboutsummaryrefslogtreecommitdiff
path: root/engines/m4
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4')
-rw-r--r--engines/m4/globals.h6
-rw-r--r--engines/m4/mads_menus.h2
-rw-r--r--engines/m4/mads_scene.h2
-rw-r--r--engines/m4/mads_views.h2
4 files changed, 6 insertions, 6 deletions
diff --git a/engines/m4/globals.h b/engines/m4/globals.h
index 0ff67cb79c..92bc5e8242 100644
--- a/engines/m4/globals.h
+++ b/engines/m4/globals.h
@@ -262,9 +262,9 @@ public:
uint32 getQuotesSize() { return _madsQuotes.size(); }
const char *getQuote(uint32 index) { return _madsQuotes[index - 1]; }
// DEPRECATED: ScummVM re-implementation keeps all the quotes loaded, so the methods below are stubs
- void clearQuotes() {};
- void loadQuoteRange(int startNum, int endNum) {};
- void loadQuote(int quoteNum) {};
+ void clearQuotes() {}
+ void loadQuoteRange(int startNum, int endNum) {}
+ void loadQuote(int quoteNum) {}
void loadMadsMessagesInfo();
uint32 getMessagesSize() { return _madsMessages.size(); }
diff --git a/engines/m4/mads_menus.h b/engines/m4/mads_menus.h
index 278e07e3fd..50528d3c6e 100644
--- a/engines/m4/mads_menus.h
+++ b/engines/m4/mads_menus.h
@@ -104,7 +104,7 @@ public:
int textDisplay_index;
- DialogTextEntry() { in_use = false; };
+ DialogTextEntry() { in_use = false; }
};
#define DIALOG_LINES_SIZE 20
diff --git a/engines/m4/mads_scene.h b/engines/m4/mads_scene.h
index f8709c4bc5..317b5fb93c 100644
--- a/engines/m4/mads_scene.h
+++ b/engines/m4/mads_scene.h
@@ -208,7 +208,7 @@ public:
MadsInterfaceView *getInterface() { return (MadsInterfaceView *)_interfaceSurface; }
MadsSceneResources &getSceneResources() { return _sceneResources; }
MadsAction &getAction() { return _action; }
- void setStatusText(const char *text) {};//***DEPRECATED***
+ void setStatusText(const char *text) {}//***DEPRECATED***
};
} // End of namespace M4
diff --git a/engines/m4/mads_views.h b/engines/m4/mads_views.h
index 8cd2024180..7dd991ffd6 100644
--- a/engines/m4/mads_views.h
+++ b/engines/m4/mads_views.h
@@ -50,7 +50,7 @@ public:
int depth;
int scale;
- MadsSpriteSlot() { };
+ MadsSpriteSlot() { }
};
#define SPRITE_SLOTS_SIZE 50