summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/p_spec.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-03-28 19:04:56 +0000
committerDave Chapman <dave@dchapman.com>2006-03-28 19:04:56 +0000
commit22593f4ace92209e3068bc0b9250f751fa597afd (patch)
tree802b25f6947d68d0d86b5a1ee566a68aa0eb9376 /apps/plugins/doom/p_spec.h
parentf81c192b3a7eb13330b37cba4b130a8c0ff3c6e4 (diff)
downloadrockbox-22593f4ace92209e3068bc0b9250f751fa597afd.tar.gz
rockbox-22593f4ace92209e3068bc0b9250f751fa597afd.zip
Change the type of the P_SectorActive() function to boolean - that's how it is being used.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9323 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/doom/p_spec.h')
-rw-r--r--apps/plugins/doom/p_spec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/p_spec.h b/apps/plugins/doom/p_spec.h
index 7a13ad8aa0..426e7db50d 100644
--- a/apps/plugins/doom/p_spec.h
+++ b/apps/plugins/doom/p_spec.h
@@ -853,7 +853,7 @@ boolean P_CanUnlockGenDoor
853( line_t* line, 853( line_t* line,
854 player_t* player); 854 player_t* player);
855 855
856int P_SectorActive 856boolean P_SectorActive
857( special_e t, 857( special_e t,
858 sector_t* s ); 858 sector_t* s );
859 859