Skip to content

Commit

Permalink
Fixed|Windows|MSVC|libcommon: Build warning ('/*' found outside of co…
Browse files Browse the repository at this point in the history
…mment)
  • Loading branch information
danij-deng committed Aug 19, 2014
1 parent 1a0baae commit 9bbd512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/p_xgsec.cpp
Expand Up @@ -2073,7 +2073,7 @@ int C_DECL XSTrav_SectorLight(Sector* sector, dd_bool /*ceiling*/,

int C_DECL XSTrav_MimicSector(Sector *sector, dd_bool /*ceiling*/,
void *context, void *context2,
mobj_t */*activator*/)
mobj_t * /*activator*/)
{
Line *line = (Line *) context;
linetype_t *info = (linetype_t *) context2;
Expand Down

0 comments on commit 9bbd512

Please sign in to comment.