Skip to content

Commit 660f72d

Browse files
Clearer Assertions(TM)
1 parent f150698 commit 660f72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/ai/aicode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16155,7 +16155,7 @@ void maybe_cheat_fire_synaptic(object *objp)
1615516155
ship *shipp;
1615616156
int wing_index, time;
1615716157

16158-
Assertion(objp->type == OBJ_SHIP, "maybe_cheat_fire_synaptic was called with a non-ship object type of %d. Please report!", objp->type);
16158+
Assertion(objp->type == OBJ_SHIP, "This ai function requires a ship, but was called with a non-ship object type of %d. Please report!", objp->type);
1615916159

1616016160
shipp = &Ships[objp->instance];
1616116161

0 commit comments

Comments
 (0)