From 602bad427a0f9edbbc665033cc3ce8d1883323c9 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 29 May 2010 08:28:29 +0000 Subject: Doom plugin: Missed properly making a few 'unsigned' on my second pass. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26369 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/doom/doomstat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/doom/doomstat.h') diff --git a/apps/plugins/doom/doomstat.h b/apps/plugins/doom/doomstat.h index a89a4e547f..089f93b356 100644 --- a/apps/plugins/doom/doomstat.h +++ b/apps/plugins/doom/doomstat.h @@ -59,7 +59,7 @@ enum { am_follow = 8, // keep the player centred am_grid =16, // show grid }; -typedef int automapmode_e; +typedef unsigned automapmode_e; extern automapmode_e automapmode; // Mode that the automap is in // ----------------------------------------------------- -- cgit v1.2.3