From 1c0e6f7f2e36c78f885270ea8288a4e3b1dc9010 Mon Sep 17 00:00:00 2001 From: Bryce Hutchings Date: Mon, 27 May 2002 06:51:54 +0000 Subject: [PATCH] FIXED SPELLING MISTACK --- reaction/game/g_mover.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reaction/game/g_mover.c b/reaction/game/g_mover.c index b322987d..26021ceb 100644 --- a/reaction/game/g_mover.c +++ b/reaction/game/g_mover.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.40 2002/05/27 06:51:54 niceass +// FIXED SPELLING MISTACK +// // Revision 1.39 2002/05/24 18:42:35 makro // Elevator stuff // @@ -1267,7 +1270,7 @@ void Touch_DoorTrigger( gentity_t *ent, gentity_t *other, trace_t *trace ) { (ent->parent->spawnflags & SP_AUTOOPEN) == SP_AUTOOPEN) { //G_Printf("Using a door\n"); Use_BinaryMover( ent->parent, ent, other ); - // NiceAss: Hackish, but oh well. Done so you can trigger multipul doors in an area. + // NiceAss: Hackish, but oh well. Done so you can trigger multiple doors in an area. other->client->openDoor = 2; } //}