Made reboot static
This commit is contained in:
parent
2f8cc83aa4
commit
ef13809e08
|
@ -457,7 +457,7 @@ start(Uxn *u, char *rom)
|
|||
return 1;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
restart(Uxn *u)
|
||||
{
|
||||
set_size(WIDTH, HEIGHT, 1);
|
||||
|
|
Loading…
Reference in New Issue