summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/doomstat.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-05-29 08:28:29 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-05-29 08:28:29 +0000
commit602bad427a0f9edbbc665033cc3ce8d1883323c9 (patch)
tree9882115137e98a59b6d33aed1f984196d58b7246 /apps/plugins/doom/doomstat.h
parent9c6e217f29bb0a76ec153574a3d493b020e5fb60 (diff)
downloadrockbox-602bad427a0f9edbbc665033cc3ce8d1883323c9.tar.gz
rockbox-602bad427a0f9edbbc665033cc3ce8d1883323c9.zip
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
Diffstat (limited to 'apps/plugins/doom/doomstat.h')
-rw-r--r--apps/plugins/doom/doomstat.h2
1 files changed, 1 insertions, 1 deletions
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 {
59 am_follow = 8, // keep the player centred 59 am_follow = 8, // keep the player centred
60 am_grid =16, // show grid 60 am_grid =16, // show grid
61}; 61};
62typedef int automapmode_e; 62typedef unsigned automapmode_e;
63extern automapmode_e automapmode; // Mode that the automap is in 63extern automapmode_e automapmode; // Mode that the automap is in
64 64
65// ----------------------------------------------------- 65// -----------------------------------------------------