|
From: <av...@us...> - 2012-02-13 01:08:22
|
Revision: 3769
http://sc2.svn.sourceforge.net/sc2/?rev=3769&view=rev
Author: avolkov
Date: 2012-02-13 01:08:15 +0000 (Mon, 13 Feb 2012)
Log Message:
-----------
Change return type of IsVelocityZero() to reflect the real return value
Modified Paths:
--------------
trunk/sc2/src/uqm/velocity.h
Modified: trunk/sc2/src/uqm/velocity.h
===================================================================
--- trunk/sc2/src/uqm/velocity.h 2012-02-12 20:46:54 UTC (rev 3768)
+++ trunk/sc2/src/uqm/velocity.h 2012-02-13 01:08:15 UTC (rev 3769)
@@ -49,7 +49,7 @@
extern void DeltaVelocityComponents (VELOCITY_DESC *velocityptr, SIZE dx,
SIZE dy);
-static inline BOOLEAN
+static inline bool
IsVelocityZero (VELOCITY_DESC *vptr)
{
return vptr->vector.width == 0 && vptr->vector.height == 0 &&
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|