~rabbits/orca-toy

87bcca6410895fea90eb1ae6c0c472240c129371 — neauoire 2 years ago b96ed32
Fixed ui touch issue
1 files changed, 2 insertions(+), 3 deletions(-)

M orca.c
M orca.c => orca.c +2 -3
@@ 520,12 520,11 @@ void
selectoption(int option)
{
	switch(option) {
	case 3:
	case 3: select(cursor.x, cursor.y, 1, 1); break;
	case 8:
		setplay(1);
		frame();
		break;
	case 10: setmode(!MODE); break;
	case 11: setguides(!GUIDES); break;
	}
}