Browse Source

Clean up diablo.cpp

pull/340/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
edbc23f144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/diablo.cpp

2
Source/diablo.cpp

@ -211,7 +211,7 @@ void start_game(unsigned int uMsg)
void free_game()
{
int i; // esi
int i;
FreeControlPan();
FreeInvGFX();

Loading…
Cancel
Save