Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
210 changes: 105 additions & 105 deletions Core/GameEngine/CMakeLists.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ void HandleBuddyResponses()

UnicodeString snippet = message.m_message;
snippet.truncateTo(11);

UnicodeString s;
s.format(TheGameText->fetch("Buddy:MessageNotification"), nick.str(), snippet.str());
lastNotificationWasStatus = FALSE;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4062,6 +4062,3 @@ GameWindow *GameWindowManagerDummy::winCreateFromScript(AsciiString filenameStri
GameWindowDummy::~GameWindowDummy()
{
}



Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ Anim2D::Anim2D( Anim2DTemplate *animTemplate, Anim2DCollection *collectionSystem
{
// sanity
DEBUG_ASSERTCRASH( animTemplate != nullptr, ("Anim2D::Anim2D - null template") );

m_currentFrame = 0;

// set the template
Expand Down
210 changes: 105 additions & 105 deletions Generals/Code/GameEngine/CMakeLists.txt

Large diffs are not rendered by default.

222 changes: 0 additions & 222 deletions Generals/Code/GameEngine/Include/GameClient/Anim2D.h

This file was deleted.

Loading
Loading