From c3b295d824f7212a4888535aea52081ff88f5fb6 Mon Sep 17 00:00:00 2001 From: Alexander Monakov Date: Tue, 4 Jan 2011 00:13:16 +0300 Subject: [PATCH] Simplify dialogue handling --- Source/GameTick.cpp | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/Source/GameTick.cpp b/Source/GameTick.cpp index 55fbb96..d4b662d 100644 --- a/Source/GameTick.cpp +++ b/Source/GameTick.cpp @@ -1686,21 +1686,6 @@ void Game::Loadlevel(char *name){ player[0].creature=rabbittype; } - for(i=0;i64||templength<=0)templength=64; @@ -1746,6 +1732,7 @@ void Game::Loadlevel(char *name){ break; } } + dialoguename[k][l][m] = 0; funpackf(tfile, "Bf Bf Bf", &dialoguecamera[k][l].x, &dialoguecamera[k][l].y, &dialoguecamera[k][l].z); funpackf(tfile, "Bi", &participantfocus[k][l]); funpackf(tfile, "Bi", &participantaction[k][l]); -- 2.39.5