aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tonychar.cpp
diff options
context:
space:
mode:
authorStrangerke2012-06-18 08:24:33 +0200
committerStrangerke2012-06-18 08:24:33 +0200
commite8a6f61f8815fcf36e7a43383695c74b8925993f (patch)
tree26f532bc477fe29ebe304b262af69ceb7ef931d2 /engines/tony/tonychar.cpp
parentbb55045cc85e1c9b70bd7267de0b578e6662725b (diff)
downloadscummvm-rg350-e8a6f61f8815fcf36e7a43383695c74b8925993f.tar.gz
scummvm-rg350-e8a6f61f8815fcf36e7a43383695c74b8925993f.tar.bz2
scummvm-rg350-e8a6f61f8815fcf36e7a43383695c74b8925993f.zip
TONY: Remove useless void in function declaration
Diffstat (limited to 'engines/tony/tonychar.cpp')
-rw-r--r--engines/tony/tonychar.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/tony/tonychar.cpp b/engines/tony/tonychar.cpp
index 700b69a643..cd5bbdad8b 100644
--- a/engines/tony/tonychar.cpp
+++ b/engines/tony/tonychar.cpp
@@ -84,7 +84,7 @@ RMGfxSourceBuffer *RMTony::newItemSpriteBuffer(int dimx, int dimy, bool bPreRLE)
return spr;
}
-void RMTony::init(void) {
+void RMTony::init() {
RMRes tony(0);
RMRes body(9999);
RMDataStream ds;
@@ -119,7 +119,7 @@ void RMTony::init(void) {
}
-void RMTony::close(void) {
+void RMTony::close() {
// Deallocation of missing item
// _shadow.destroy();
}
@@ -156,7 +156,7 @@ void RMTony::doFrame(CORO_PARAM, RMGfxTargetBuffer *bigBuf, int curLoc) {
CORO_END_CODE;
}
-void RMTony::show(void) {
+void RMTony::show() {
_bShow = true;
_bShowShadow = true;
}
@@ -334,7 +334,7 @@ void RMTony::stop(CORO_PARAM) {
}
-int RMTony::getCurPattern(void) {
+int RMTony::getCurPattern() {
int nPatt = RMCharacter::getCurPattern();
if (!_bShepherdess)