Changeset 9371 in orxonox.OLD for branches/proxy/src/world_entities/projectiles
- Timestamp:
- Jul 20, 2006, 11:08:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/projectiles/projectile.cc
r9235 r9371 75 75 if (this->explosionBuffer != NULL) 76 76 { 77 PRINTF(4)("Loaded sound %s to Pickup: %s.\n", explosionSound.c_str(), this->get Name());77 PRINTF(4)("Loaded sound %s to Pickup: %s.\n", explosionSound.c_str(), this->getCName()); 78 78 } 79 79 else 80 80 { 81 PRINTF(2)("Failed to load sound %s to explosion %s.\n.", explosionSound.c_str(), this->get Name());81 PRINTF(2)("Failed to load sound %s to explosion %s.\n.", explosionSound.c_str(), this->getCName()); 82 82 } 83 83 } … … 97 97 if (this->engineBuffer != NULL) 98 98 { 99 PRINTF(4)("Loaded sound %s to Pickup: %s.\n", engineSound.c_str(), this->get Name());99 PRINTF(4)("Loaded sound %s to Pickup: %s.\n", engineSound.c_str(), this->getCName()); 100 100 } 101 101 else 102 102 { 103 PRINTF(2)("Failed to load sound %s to engine %s.\n.", engineSound.c_str(), this->get Name());103 PRINTF(2)("Failed to load sound %s to engine %s.\n.", engineSound.c_str(), this->getCName()); 104 104 } 105 105 }
Note: See TracChangeset
for help on using the changeset viewer.