From ede5d815fd6562c57f4ecbd76aaa335322fd0fa0 Mon Sep 17 00:00:00 2001 From: vurtun Date: Mon, 31 Aug 2015 17:35:47 +0200 Subject: [PATCH] updated Readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c185180..04481ab 100644 --- a/Readme.md +++ b/Readme.md @@ -77,7 +77,7 @@ while (1) { if (gui_option(&context, "easy", option == EASY)) option = EASY; if (gui_option(&context, "hard", option == HARD)) option = HARD; gui_label(&context, "Weapon:", GUI_TEXT_LEFT); - gui_combo(&context, items, LEN(items), &selected, 20, &combo->active); + gui_combo(&context, items, LEN(items), &item, 20, &active); } gui_end(&context, &panel);