Skip to content
Merged
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
6 changes: 0 additions & 6 deletions Standard Gaming Platform/sgp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ RECT rcWindow;
POINT ptWindowSize;

// moved from header file: 24mar98:HJH
UINT32 giStartMem;
//UINT8 gbPixelDepth; // redefintion... look down a few lines (jonathanl)
// GLOBAL RUN-TIME SETTINGS

Expand All @@ -200,7 +199,6 @@ UINT32 guiMouseWheelMsg; // For mouse wheel messages
BOOLEAN gfApplicationActive;
BOOLEAN gfProgramIsRunning;
BOOLEAN gfGameInitialized = FALSE;
//UINT32 giStartMem; // redefintion... look up a few lines (jonathanl)
BOOLEAN gfDontUseDDBlits = FALSE;

// There were TWO of them??!?! -- DB
Expand Down Expand Up @@ -1189,10 +1187,6 @@ int PASCAL HandledWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR pC
ProcessCommandLine(pCommandLine);
#endif

// Mem Usage
giStartMem = MemGetFree( ) / 1024;


#ifdef JA2
// Handle Check for CD
if ( !HandleJA2CDCheck( ) )
Expand Down
1 change: 0 additions & 1 deletion Standard Gaming Platform/sgp.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ extern "C" {
#endif

extern BOOLEAN gfProgramIsRunning; // Turn this to FALSE to exit program
extern UINT32 giStartMem;
extern CHAR8 gzCommandLine[100]; // Command line given
extern UINT8 gbPixelDepth; // GLOBAL RUN-TIME SETTINGS
extern BOOLEAN gfDontUseDDBlits; // GLOBAL FOR USE OF DD BLITTING
Expand Down