mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
don't try to pass NULL when there is an int argument
svn-id: r10454
This commit is contained in:
parent
58ce94adc3
commit
0b923944d2
@ -51,7 +51,7 @@ Timer::Timer(OSystem *system) :
|
|||||||
}
|
}
|
||||||
|
|
||||||
Timer::~Timer() {
|
Timer::~Timer() {
|
||||||
_system->set_timer(0, NULL);
|
_system->set_timer(0, 0);
|
||||||
|
|
||||||
{
|
{
|
||||||
StackLock lock(_mutex);
|
StackLock lock(_mutex);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user