diff options
-rw-r--r-- | common/timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timer.cpp b/common/timer.cpp index e8d6e24c4e..511d4f03e3 100644 --- a/common/timer.cpp +++ b/common/timer.cpp @@ -51,7 +51,7 @@ Timer::Timer(OSystem *system) : } Timer::~Timer() { - _system->set_timer(0, NULL); + _system->set_timer(0, 0); { StackLock lock(_mutex); |