]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/movetypes/push.qc
Support compiling without optimizations
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / movetypes / push.qc
index c45fe5949dfde3360e86f2926e85be585f4f05b6..b832465464ffd7496c273dd3b70214d84d7c8295 100644 (file)
@@ -99,7 +99,7 @@ void _Movetype_PushMove(entity this, float dt)  // SV_PushMove
 
                        // try moving the contacted entity
                        this.solid = SOLID_NOT;
-                       bool flag;
+                       bool flag = false;
                        WITH(entity, this, check, {
                                flag = _Movetype_PushEntity(this, move, true);
                        });