]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/turrets/unit/plasma.qc
Merge branch 'master' into Mario/turrets
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / turrets / unit / plasma.qc
index ac623371f59d531d320e9425f655ddedce9a9d41..095aa9d02d749485d7b30d5e97c94bf059123432 100644 (file)
@@ -50,7 +50,7 @@ float t_plasma(float req)
                                        self.tur_head.frame = 1;
                        }
 
                                        self.tur_head.frame = 1;
                        }
 
-                       return TRUE;
+                       return true;
                }
                case TR_THINK:
                {
                }
                case TR_THINK:
                {
@@ -60,11 +60,11 @@ float t_plasma(float req)
                        if (self.tur_head.frame > 5)
                                self.tur_head.frame = 0;
 
                        if (self.tur_head.frame > 5)
                                self.tur_head.frame = 0;
 
-                       return TRUE;
+                       return true;
                }
                case TR_DEATH:
                {
                }
                case TR_DEATH:
                {
-                       return TRUE;
+                       return true;
                }
                case TR_SETUP:
                {
                }
                case TR_SETUP:
                {
@@ -75,17 +75,17 @@ float t_plasma(float req)
                        
                        turret_do_updates(self);
 
                        
                        turret_do_updates(self);
 
-                       return TRUE;
+                       return true;
                }
                case TR_PRECACHE:
                {
                        precache_model ("models/turrets/base.md3");
                        precache_model ("models/turrets/plasma.md3");
                }
                case TR_PRECACHE:
                {
                        precache_model ("models/turrets/base.md3");
                        precache_model ("models/turrets/plasma.md3");
-                       return TRUE;
+                       return true;
                }
        }
 
                }
        }
 
-       return TRUE;
+       return true;
 }
 
 #endif // SVQC
 }
 
 #endif // SVQC
@@ -96,15 +96,15 @@ float t_plasma(float req)
        {
                case TR_SETUP:
                {
        {
                case TR_SETUP:
                {
-                       return TRUE;
+                       return true;
                }
                case TR_PRECACHE:
                {
                }
                case TR_PRECACHE:
                {
-                       return TRUE;
+                       return true;
                }
        }
 
                }
        }
 
-       return TRUE;
+       return true;
 }
 
 #endif // CSQC
 }
 
 #endif // CSQC