summaryrefslogtreecommitdiff
path: root/ai/trolly/shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'ai/trolly/shared.c')
-rw-r--r--ai/trolly/shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ai/trolly/shared.c b/ai/trolly/shared.c
index d41544ef0..e683b60ea 100644
--- a/ai/trolly/shared.c
+++ b/ai/trolly/shared.c
@@ -109,7 +109,7 @@ bool AiNew_SetSpecialVehicleFlag(Player* p, Vehicle* v, uint flag)
// Out of special_vehicle spots :s
if (new_id == -1) {
- DEBUG(ai, 1)("special_vehicles list is too small :(");
+ DEBUG(ai, 1, "special_vehicles list is too small");
return false;
}
p->ainew.special_vehicles[new_id].veh_id = v->index;