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: 3 additions & 3 deletions Ja2/builddefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
// -----------------------------

// Map Editor version - you should use the MapEditor configuration instead of messing with these defines (ChrisL)
#ifndef JA2BETAVERSION
#define JA2BETAVERSION
#endif
//#ifndef JA2BETAVERSION
//#define JA2BETAVERSION
//#endif
//#define JA2EDITOR
// Normal test version
//#define JA2TESTVERSION
Expand Down
2 changes: 1 addition & 1 deletion Tactical/ShopKeeper Interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6665,7 +6665,7 @@ void AddShopkeeperToGridNo( UINT8 ubProfile, INT32 sGridNo )
{
SOLDIERCREATE_STRUCT MercCreateStruct;
INT16 sSectorX, sSectorY;
UINT16 ubID;
SoldierID ubID;

GetCurrentWorldSector( &sSectorX, &sSectorY );

Expand Down
Loading