1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Dave Chapman 2006-03-28 19:04:56 +00:00
parent f81c192b3a
commit 22593f4ace
2 changed files with 3 additions and 3 deletions

View file

@ -853,7 +853,7 @@ boolean P_CanUnlockGenDoor
( line_t* line,
player_t* player);
int P_SectorActive
boolean P_SectorActive
( special_e t,
sector_t* s );