Skip to content

Commit

Permalink
v4.23
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-majid committed Nov 4, 2019
1 parent dac6c3b commit d49e230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AnyRace_CoachAI.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<SubSystem>Windows</SubSystem>
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>MachineX86</TargetMachine>
<AdditionalDependencies>./lib/BWAPId.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>./lib/debug/BWAPILIB.lib;%(AdditionalDependencies);"winmm.lib"</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Expand Down
4 changes: 2 additions & 2 deletions Source/AnyRace_CoachAI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2344,11 +2344,11 @@ void AnyRace_CoachAI::Replay()

if (screpOK)
{
Broodwar->drawTextScreen(180, 333, "%c%s / %s / %c%s\n\r %c%s / %c%s / %s", 29, Broodwar->mapFileName().c_str(), mapName.c_str(), 7,
Broodwar->drawTextScreen(185, 333, "%c%s / %s / %c%s\n\r %c%s / %c%s / %s", 29, Broodwar->mapFileName().c_str(), mapName.c_str(), 7,
getTime(ReplaySeconds).c_str(), Text::Teal, repDate.c_str(), 29, repGameTitle.c_str(), repType.c_str());
}
else
Broodwar->drawTextScreen(180, 333, "%c%s / %s / %c%s", 29, Broodwar->mapFileName().c_str(), mapName.c_str(), 7,
Broodwar->drawTextScreen(185, 333, "%c%s / %s / %c%s", 29, Broodwar->mapFileName().c_str(), mapName.c_str(), 7,
getTime(ReplaySeconds).c_str());

list<Player> playersList;
Expand Down

0 comments on commit d49e230

Please sign in to comment.