aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/agi.cpp')
-rw-r--r--engines/agi/agi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agi/agi.cpp b/engines/agi/agi.cpp
index 95939684de..ca76d91169 100644
--- a/engines/agi/agi.cpp
+++ b/engines/agi/agi.cpp
@@ -269,7 +269,7 @@ void AgiEngine::processEvents() {
}
}
-void AgiEngine::pollTimer(void) {
+void AgiEngine::pollTimer() {
static uint32 m = 0;
uint32 dm;
@@ -715,7 +715,7 @@ void AgiEngine::syncSoundSettings() {
_mixer->setVolumeForSoundType(Audio::Mixer::kSpeechSoundType, soundVolumeSpeech);
}
-void AgiEngine::parseFeatures(void) {
+void AgiEngine::parseFeatures() {
if (!ConfMan.hasKey("features"))
return;