mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +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() {
|
||||
_system->set_timer(0, NULL);
|
||||
_system->set_timer(0, 0);
|
||||
|
||||
{
|
||||
StackLock lock(_mutex);
|
||||
|
Loading…
x
Reference in New Issue
Block a user